#FCCED4

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

Shades of Pink Lace #FCCED4

Tints of Pink Lace #FCCED4

Color information

#FCCED4 (or 0xFCCED4) is unknown color: approx Pink Lace. HEX triplet: FC, CE and D4. RGB value is (252,206,212). Sum of RGB (Red+Green+Blue) = 252+206+212=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 206 (80.86% from 255 or 30.75% from 670); Blue value is 212 (83.20% from 255 or 31.64% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCED4 is #03312B. Grayscale: #DCDCDC. Windows color (decimal): -209196 or 13946620. OLE color: 13946620.

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

Color convert

RGB252206212-
CMYK00.180.160.01
HSL352.17º88.46%89.8%-
HSV(B)352.17º18.25%98.82%-
XYZ74.169.5971.81-
YUV220.44123.24150.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.61%
GREEN value IS 206 (80.86% from 255) = 30.75%
BLUE value IS 212 (83.20% from 255) = 31.64%
R=37.61%
G=30.75%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220621200.180.160.01352.1788.4689.8
HexFCCED4012101160585a
Octal374316324022201540130132
Binary11111100110011101101010001001010000110110000010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCED4; }

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

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

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

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

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

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

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

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