color codes Logo

#fd8cdb color codes

#FD8CDB
(253,140,219)
0 Favorites   0 Comments

Color spaces of #fd8cdb

RGB 253140219
HSL0.880.970.77
HSV318°45°99°
CMYK 0.000.450.13   0.01
XYZ62.672344.753372.3529
Yxy44.75330.34860.2489
Hunter Lab66.897950.1537-17.2961
CIE-Lab72.729252.7403-21.5454

#fd8cdb color RGB value is (253,140,219).

#fd8cdb hex color red value is 253, green value is 140 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fd8cdb hue: 0.88 , saturation: 0.97 and the lightness value of fd8cdb is 0.77.

The process color (four color CMYK) of #fd8cdb color code is 0.00, 0.45, 0.13, 0.01. Web safe color of #fd8cdb is #ff99cc. Color #fd8cdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001100 11011011
Octal 375 214 333
Decimal 253 140 219
Hex FD 8C DB

RGB Percentages of Color #fd8cdb

%41.34
%22.88
%35.78

CMYK Percentages of Color #fd8cdb

%0
%45
%13
%1

Triadic Colors of #fd8cdb

#fd8cdb #dbfd8c #8cdbfd

Analogous Colors of #fd8cdb

#fd8cdb #fd8ca3 #e78cfd

Monochromatic Colors of #fd8cdb

#fd8cdb

Complementary Color

#fd8cdb #8cfdae

#fd8cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8cdb Color CSS Codes

.mybgcolor {background-color:#fd8cdb; } 
.myforecolor {color:#fd8cdb; }
.mybordercolor {border:3px solid #fd8cdb; }

#fd8cdb Text Font Color

<p style="color:#fd8cdb">Text here</p>

This sample text font color is #fd8cdb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fd8cdb Background Color

<div style="background-color:#fd8cdb">
Div content here</div>

This div background color is #fd8cdb


#fd8cdb Border Color

<div style="border:3px solid #fd8cdb">
Div here</div>

This div border color is #fd8cdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,140,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd8cdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd8cdb;
  -webkit-box-shadow: 1px 1px 3px 2px #fd8cdb;
  box-shadow:         1px 1px 3px 2px #fd8cdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,140,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fd8cdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fd8cdb;
  -webkit-box-shadow: 1px 1px 3px 2px #fd8cdb;
  box-shadow:         1px 1px 3px 2px #fd8cdb;">
Div content here</div>

This div box has shadow with color #fd8cdb

Related Colors


Comments

No comments written yet.

Please login to write comment.