#FCCED7

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

Shades of Pink Lace #FCCED7

Tints of Pink Lace #FCCED7

Color information

#FCCED7 (or 0xFCCED7) is unknown color: approx Pink Lace. HEX triplet: FC, CE and D7. RGB value is (252,206,215). Sum of RGB (Red+Green+Blue) = 252+206+215=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 215 (84.38% from 255 or 31.95% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCED7 is #033128. Grayscale: #DCDCDC. Windows color (decimal): -209193 or 14143228. OLE color: 14143228.

HSL color Cylindrical-coordinate representation of color #FCCED7: hue angle of 348.26º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCCED7 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB252206215-
CMYK00.180.150.01
HSL348.26º88.46%89.8%-
HSV(B)348.26º18.25%98.82%-
XYZ74.4869.7473.83-
YUV220.78124.74150.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.44%
GREEN value IS 206 (80.86% from 255) = 30.61%
BLUE value IS 215 (84.38% from 255) = 31.95%
R=37.44%
G=30.61%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220621500.180.150.01348.2688.4689.8
HexFCCED7012F115c585a
Octal374316327022171534130132
Binary1111110011001110110101110100101111110101110010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCED7; }

 p { color: rgb(252,206,215); }

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

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

 a { background-color: rgb(252,206,215); }

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

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

 span { border-color: rgb(252,206,215); }

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