#FDECDC

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

Shades of Serenade #FDECDC

Tints of Serenade #FDECDC

Color information

#FDECDC (or 0xFDECDC) is unknown color: approx Serenade. HEX triplet: FD, EC and DC. RGB value is (253,236,220). Sum of RGB (Red+Green+Blue) = 253+236+220=709 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.68% from 709); Green value is 236 (92.58% from 255 or 33.29% from 709); Blue value is 220 (86.33% from 255 or 31.03% from 709); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECDC is #021323. Grayscale: #EFEFEF. Windows color (decimal): -135972 or 14478589. OLE color: 14478589.

HSL color Cylindrical-coordinate representation of color #FDECDC: hue angle of 29.09º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDECDC is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB253236220-
CMYK00.070.130.01
HSL29.09º89.19%92.75%-
HSV(B)29.09º13.04%99.22%-
XYZ83.4286.0479.92-
YUV239.26117.13137.8-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.68%
GREEN value IS 236 (92.58% from 255) = 33.29%
BLUE value IS 220 (86.33% from 255) = 31.03%
R=35.68%
G=33.29%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323622000.070.130.0129.0989.1992.75
HexFDECDC07D11d595d
Octal3753543340715135131135
Binary1111110111101100110111000111110111110110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDECDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDECDC; }

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

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

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

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

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

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

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

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