#FDCED8

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

Shades of Pink Lace #FDCED8

Tints of Pink Lace #FDCED8

Color information

#FDCED8 (or 0xFDCED8) is unknown color: approx Pink Lace. HEX triplet: FD, CE and D8. RGB value is (253,206,216). Sum of RGB (Red+Green+Blue) = 253+206+216=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 206 (80.86% from 255 or 30.52% from 675); Blue value is 216 (84.77% from 255 or 32% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCED8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCED8 is #023127. Grayscale: #DDDDDD. Windows color (decimal): -143656 or 14208765. OLE color: 14208765.

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

Color convert

RGB253206216-
CMYK00.190.150.01
HSL347.23º92.16%90%-
HSV(B)347.23º18.58%99.22%-
XYZ74.9769.9874.52-
YUV221.19125.07150.69-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.48%
GREEN value IS 206 (80.86% from 255) = 30.52%
BLUE value IS 216 (84.77% from 255) = 32%
R=37.48%
G=30.52%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320621600.190.150.01347.2392.1690
HexFDCED8013F115b5c5a
Octal375316330023171533134132
Binary1111110111001110110110000100111111110101101110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCED8; }

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

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

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

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

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

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

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

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