Color Hex Logo

#ffd1cb Color Hex

#FFD1CB
(255,209,203)
0 Favorites   0 Comments

Color spaces of #ffd1cb

RGB 255209203
HSL0.021.000.90
HSV20°100°
CMYK 0.000.180.20   0.00
XYZ74.820071.172766.2942
Yxy71.17270.35240.3353
Hunter Lab84.363910.669812.4639
CIE-Lab87.568815.25069.0544

#ffd1cb color RGB value is (255,209,203).

#ffd1cb hex color red value is 255, green value is 209 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ffd1cb hue: 0.02 , saturation: 1.00 and the lightness value of ffd1cb is 0.90.

The process color (four color CMYK) of #ffd1cb color hex is 0.00, 0.18, 0.20, 0.00. Web safe color of #ffd1cb is #ffcccc. Color #ffd1cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010001 11001011
Octal 377 321 313
Decimal 255 209 203
Hex FF D1 CB

RGB Percentages of Color #ffd1cb

%38.23
%31.33
%30.43

CMYK Percentages of Color #ffd1cb

%0
%18
%20
%0

Triadic Colors of #ffd1cb

#ffd1cb #cbffd1 #d1cbff

Analogous Colors of #ffd1cb

#ffd1cb #ffebcb #ffcbdf

Monochromatic Colors of #ffd1cb

#ffd1cb

Complementary Color

#ffd1cb #cbf9ff

#ffd1cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd1cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd1cb Color CSS Codes

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

#ffd1cb Text Font Color

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

This sample text font color is #ffd1cb
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.


#ffd1cb Background Color

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

This div background color is #ffd1cb


#ffd1cb Border Color

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

This div border color is #ffd1cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,209,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffd1cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffd1cb;
  -webkit-box-shadow: 1px 1px 3px 2px #ffd1cb;
  box-shadow:         1px 1px 3px 2px #ffd1cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,209,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd1cb

Related Colors


Comments

No comments written yet.

Please login to write comment.