Color Hex Logo

#fccfcb Color Hex

#FCCFCB
(252,207,203)
0 Favorites   0 Comments

Color spaces of #fccfcb

RGB 252207203
HSL0.010.890.89
HSV19°99°
CMYK 0.000.180.19   0.01
XYZ73.237269.632966.0804
Yxy69.63290.35050.3333
Hunter Lab83.446310.630611.4612
CIE-Lab86.816515.21477.9397

#fccfcb color RGB value is (252,207,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 11001011
Octal 374 317 313
Decimal 252 207 203
Hex FC CF CB

RGB Percentages of Color #fccfcb

%38.07
%31.27
%30.66

CMYK Percentages of Color #fccfcb

%0
%18
%19
%1

Triadic Colors of #fccfcb

#fccfcb #cbfccf #cfcbfc

Analogous Colors of #fccfcb

#fccfcb #fce8cb #fccbe0

Monochromatic Colors of #fccfcb

#fccfcb

Complementary Color

#fccfcb #cbf8fc

#fccfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccfcb Color CSS Codes

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

#fccfcb Text Font Color

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

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


#fccfcb Background Color

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

This div background color is #fccfcb


#fccfcb Border Color

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

This div border color is #fccfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccfcb


Comments

No comments written yet.

Please login to write comment.