#FDCED7

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

Shades of Pink Lace #FDCED7

Tints of Pink Lace #FDCED7

Color information

#FDCED7 (or 0xFDCED7) is unknown color: approx Pink Lace. HEX triplet: FD, CE and D7. RGB value is (253,206,215). Sum of RGB (Red+Green+Blue) = 253+206+215=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 206 (80.86% from 255 or 30.56% from 674); Blue value is 215 (84.38% from 255 or 31.90% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCED7 is #023128. Grayscale: #DDDDDD. Windows color (decimal): -143657 or 14143229. OLE color: 14143229.

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

Color convert

RGB253206215-
CMYK00.190.150.01
HSL348.51º92.16%90%-
HSV(B)348.51º18.58%99.22%-
XYZ74.8569.9373.84-
YUV221.08124.57150.77-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.54%
GREEN value IS 206 (80.86% from 255) = 30.56%
BLUE value IS 215 (84.38% from 255) = 31.90%
R=37.54%
G=30.56%
B=31.90%

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
Decimal25320621500.190.150.01348.5192.1690
HexFDCED7013F115d5c5a
Octal375316327023171535134132
Binary1111110111001110110101110100111111110101110110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCED7; }

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

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

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

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

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

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

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

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