Color Hex Logo

#fcccce Color Hex

#FCCCCE
(252,204,206)
0 Favorites   0 Comments

Color spaces of #fcccce

RGB 252204206
HSL0.990.890.89
HSV358°19°99°
CMYK 0.000.190.18   0.01
XYZ72.878368.337467.7419
Yxy68.33740.34880.3270
Hunter Lab82.666412.69849.2807
CIE-Lab86.174917.23035.4260

#fcccce color RGB value is (252,204,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001100 11001110
Octal 374 314 316
Decimal 252 204 206
Hex FC CC CE

RGB Percentages of Color #fcccce

%38.07
%30.82
%31.12

CMYK Percentages of Color #fcccce

%0
%19
%18
%1

Triadic Colors of #fcccce

#fcccce #cefccc #cccefc

Analogous Colors of #fcccce

#fcccce #fce2cc #fccce6

Monochromatic Colors of #fcccce

#fcccce

Complementary Color

#fcccce #ccfcfa

#fcccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcccce Color CSS Codes

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

#fcccce Text Font Color

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

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


#fcccce Background Color

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

This div background color is #fcccce


#fcccce Border Color

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

This div border color is #fcccce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcccce


Comments

No comments written yet.

Please login to write comment.