#FDCED9

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

Shades of Pink Lace #FDCED9

Tints of Pink Lace #FDCED9

Color information

#FDCED9 (or 0xFDCED9) is unknown color: approx Pink Lace. HEX triplet: FD, CE and D9. RGB value is (253,206,217). Sum of RGB (Red+Green+Blue) = 253+206+217=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 206 (80.86% from 255 or 30.47% from 676); Blue value is 217 (85.16% from 255 or 32.10% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCED9 is #023126. Grayscale: #DDDDDD. Windows color (decimal): -143655 or 14274301. OLE color: 14274301.

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

Color convert

RGB253206217-
CMYK00.190.140.01
HSL345.96º92.16%90%-
HSV(B)345.96º18.58%99.22%-
XYZ75.170.0475.21-
YUV221.31125.57150.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.43%
GREEN value IS 206 (80.86% from 255) = 30.47%
BLUE value IS 217 (85.16% from 255) = 32.10%
R=37.43%
G=30.47%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320621700.190.140.01345.9692.1690
HexFDCED9013E115a5c5a
Octal375316331023161532134132
Binary1111110111001110110110010100111110110101101010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCED9; }

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

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

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

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

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

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

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

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