#FCCCD2

Color #FCCCD2 Pink Lace (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Lace #FCCCD2

Tints of Pink Lace #FCCCD2

Color information

#FCCCD2 (or 0xFCCCD2) is unknown color: approx Pink Lace. HEX triplet: FC, CC and D2. RGB value is (252,204,210). Sum of RGB (Red+Green+Blue) = 252+204+210=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 210 (82.42% from 255 or 31.53% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCD2 is #03332D. Grayscale: #DBDBDB. Windows color (decimal): -209710 or 13815036. OLE color: 13815036.

HSL color Cylindrical-coordinate representation of color #FCCCD2: hue angle of 352.5º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCCD2 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB252204210-
CMYK00.190.170.01
HSL352.5º88.89%89.41%-
HSV(B)352.5º19.05%98.82%-
XYZ73.3768.5370.33-
YUV219.04122.9151.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 37.84%
GREEN value IS 204 (80.08% from 255) = 30.63%
BLUE value IS 210 (82.42% from 255) = 31.53%
R=37.84%
G=30.63%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220421000.190.170.01352.588.8989.41
HexFCCCD20131111605959
Octal374314322023211540131131
Binary11111100110011001101001001001110001110110000010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCCD2; }

 p { color: rgb(252,204,210); }

 H1.HeaderClassName
 {
   color: #FCCCD2;
 }
 .AnyTagClassName
 {
   color: #FCCCD2;
 }
</style>
background-color css

<style>
 a { background-color: #FCCCD2; }

 a { background-color: rgb(252,204,210); }

 div.DivClassName
 {
   background-color: #FCCCD2;
 }
 .BgClassName
 {
   background-color: #FCCCD2;
 }
</style>
border-color css

<style>
 span { border-color: #FCCCD2; }

 span { border-color: rgb(252,204,210); }

 td.TdClassName
 {
   border-color: #FCCCD2;
 }
 .TagClassName
 {
   border-color: #FCCCD2;
 }
</style>