#FCCEDD

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

Shades of Pink Lace #FCCEDD

Tints of Pink Lace #FCCEDD

Color information

#FCCEDD (or 0xFCCEDD) is unknown color: approx Pink Lace. HEX triplet: FC, CE and DD. RGB value is (252,206,221). Sum of RGB (Red+Green+Blue) = 252+206+221=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 206 (80.86% from 255 or 30.34% from 679); Blue value is 221 (86.72% from 255 or 32.55% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCEDD is #033122. Grayscale: #DDDDDD. Windows color (decimal): -209187 or 14536444. OLE color: 14536444.

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

Color convert

RGB252206221-
CMYK00.180.120.01
HSL340.43º88.46%89.8%-
HSV(B)340.43º18.25%98.82%-
XYZ75.2770.0677.96-
YUV221.46127.74149.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.11%
GREEN value IS 206 (80.86% from 255) = 30.34%
BLUE value IS 221 (86.72% from 255) = 32.55%
R=37.11%
G=30.34%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220622100.180.120.01340.4388.4689.8
HexFCCEDD012C1154585a
Octal374316335022141524130132
Binary1111110011001110110111010100101100110101010010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCEDD; }

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

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

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

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

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

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

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

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