Color Hex Logo

#fccccb Color Hex

#FCCCCB
(252,204,203)
0 Favorites   0 Comments

Color spaces of #fccccb

RGB 252204203
HSL0.000.890.89
HSV19°99°
CMYK 0.000.190.19   0.01
XYZ72.517268.193065.8404
Yxy68.19300.35110.3302
Hunter Lab82.579112.237310.5333
CIE-Lab86.102916.78366.9146

#fccccb color RGB value is (252,204,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001100 11001011
Octal 374 314 313
Decimal 252 204 203
Hex FC CC CB

RGB Percentages of Color #fccccb

%38.24
%30.96
%30.80

CMYK Percentages of Color #fccccb

%0
%19
%19
%1

Triadic Colors of #fccccb

#fccccb #cbfccc #cccbfc

Analogous Colors of #fccccb

#fccccb #fce5cb #fccbe3

Monochromatic Colors of #fccccb

#fccccb

Complementary Color

#fccccb #cbfbfc

#fccccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccccb Color CSS Codes

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

#fccccb Text Font Color

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

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


#fccccb Background Color

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

This div background color is #fccccb


#fccccb Border Color

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

This div border color is #fccccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccccb


Comments

No comments written yet.

Please login to write comment.