#FFEDDD

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

Shades of Serenade #FFEDDD

Tints of Serenade #FFEDDD

Color information

#FFEDDD (or 0xFFEDDD) is unknown color: approx Serenade. HEX triplet: FF, ED and DD. RGB value is (255,237,221). Sum of RGB (Red+Green+Blue) = 255+237+221=713 (94% of max value = 765). Red value is 255 (100% from 255 or 35.76% from 713); Green value is 237 (92.97% from 255 or 33.24% from 713); Blue value is 221 (86.72% from 255 or 31.00% from 713); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDDD is #001222. Grayscale: #F0F0F0. Windows color (decimal): -4643 or 14544383. OLE color: 14544383.

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

Color convert

RGB255237221-
CMYK00.070.130
HSL28.24º100%93.33%-
HSV(B)28.24º13.33%100%-
XYZ84.5887.0580.75-
YUV240.56116.96138.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.76%
GREEN value IS 237 (92.97% from 255) = 33.24%
BLUE value IS 221 (86.72% from 255) = 31.00%
R=35.76%
G=33.24%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523722100.070.13028.2410093.33
HexFFEDDD07D01c645d
Octal3773553350715034144135
Binary1111111111101101110111010111110101110011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDDD; }

 p { color: rgb(255,237,221); }

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

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

 a { background-color: rgb(255,237,221); }

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

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

 span { border-color: rgb(255,237,221); }

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