#FCCED9

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

Shades of Pink Lace #FCCED9

Tints of Pink Lace #FCCED9

Color information

#FCCED9 (or 0xFCCED9) is unknown color: approx Pink Lace. HEX triplet: FC, CE and D9. RGB value is (252,206,217). Sum of RGB (Red+Green+Blue) = 252+206+217=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 206 (80.86% from 255 or 30.52% from 675); Blue value is 217 (85.16% from 255 or 32.15% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCED9 is #033126. Grayscale: #DDDDDD. Windows color (decimal): -209191 or 14274300. OLE color: 14274300.

HSL color Cylindrical-coordinate representation of color #FCCED9: hue angle of 345.65º 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 #FCCED9 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB252206217-
CMYK00.180.140.01
HSL345.65º88.46%89.8%-
HSV(B)345.65º18.25%98.82%-
XYZ74.7469.8575.19-
YUV221.01125.74150.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.33%
GREEN value IS 206 (80.86% from 255) = 30.52%
BLUE value IS 217 (85.16% from 255) = 32.15%
R=37.33%
G=30.52%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220621700.180.140.01345.6588.4689.8
HexFCCED9012E115a585a
Octal374316331022161532130132
Binary1111110011001110110110010100101110110101101010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCED9; }

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

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

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

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

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

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

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

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