Color Hex Logo

#fccfca Color Hex

#FCCFCA
(252,207,202)
0 Favorites   0 Comments

Color spaces of #fccfca

RGB 252207202
HSL0.020.890.89
HSV20°99°
CMYK 0.000.180.20   0.01
XYZ73.118469.585465.4547
Yxy69.58540.35130.3343
Hunter Lab83.417910.479611.8700
CIE-Lab86.793115.06758.4355

#fccfca color RGB value is (252,207,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 11001010
Octal 374 317 312
Decimal 252 207 202
Hex FC CF CA

RGB Percentages of Color #fccfca

%38.12
%31.32
%30.56

CMYK Percentages of Color #fccfca

%0
%18
%20
%1

Triadic Colors of #fccfca

#fccfca #cafccf #cfcafc

Analogous Colors of #fccfca

#fccfca #fce8ca #fccade

Monochromatic Colors of #fccfca

#fccfca

Complementary Color

#fccfca #caf7fc

#fccfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccfca Color CSS Codes

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

#fccfca Text Font Color

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

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


#fccfca Background Color

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

This div background color is #fccfca


#fccfca Border Color

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

This div border color is #fccfca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,207,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccfca


Comments

No comments written yet.

Please login to write comment.