Color Hex Logo

#ffcccb Color Hex

#FFCCCB
(255,204,203)
1 Favorites   0 Comments

Color spaces of #ffcccb

RGB 255204203
HSL0.001.000.90
HSV20°100°
CMYK 0.000.200.20   0.00
XYZ73.612468.757565.8917
Yxy68.75750.35350.3301
Hunter Lab82.920113.353210.9299
CIE-Lab86.383817.86117.3551

#ffcccb color RGB value is (255,204,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001100 11001011
Octal 377 314 313
Decimal 255 204 203
Hex FF CC CB

RGB Percentages of Color #ffcccb

%38.52
%30.82
%30.66

CMYK Percentages of Color #ffcccb

%0
%20
%20
%0

Triadic Colors of #ffcccb

#ffcccb #cbffcc #cccbff

Analogous Colors of #ffcccb

#ffcccb #ffe6cb #ffcbe4

Monochromatic Colors of #ffcccb

#ffcccb

Complementary Color

#ffcccb #cbfeff

#ffcccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcccb Color CSS Codes

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

#ffcccb Text Font Color

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

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


#ffcccb Background Color

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

This div background color is #ffcccb


#ffcccb Border Color

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

This div border color is #ffcccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,204,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 #ffcccb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcccb


Comments

No comments written yet.

Please login to write comment.