#FDCEDC

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

Shades of Pink Lace #FDCEDC

Tints of Pink Lace #FDCEDC

Color information

#FDCEDC (or 0xFDCEDC) is unknown color: approx Pink Lace. HEX triplet: FD, CE and DC. RGB value is (253,206,220). Sum of RGB (Red+Green+Blue) = 253+206+220=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 206 (80.86% from 255 or 30.34% from 679); Blue value is 220 (86.33% from 255 or 32.40% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCEDC is #023123. Grayscale: #DDDDDD. Windows color (decimal): -143652 or 14470909. OLE color: 14470909.

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

Color convert

RGB253206220-
CMYK00.190.130.01
HSL342.13º92.16%90%-
HSV(B)342.13º18.58%99.22%-
XYZ75.570.1977.28-
YUV221.65127.07150.36-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.26%
GREEN value IS 206 (80.86% from 255) = 30.34%
BLUE value IS 220 (86.33% from 255) = 32.40%
R=37.26%
G=30.34%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320622000.190.130.01342.1392.1690
HexFDCEDC013D11565c5a
Octal375316334023151526134132
Binary1111110111001110110111000100111101110101011010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCEDC; }

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

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

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

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

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

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

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

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