#FFEDDA

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

Shades of Serenade #FFEDDA

Tints of Serenade #FFEDDA

Color information

#FFEDDA (or 0xFFEDDA) is unknown color: approx Serenade. HEX triplet: FF, ED and DA. RGB value is (255,237,218). Sum of RGB (Red+Green+Blue) = 255+237+218=710 (94% of max value = 765). Red value is 255 (100% from 255 or 35.92% from 710); Green value is 237 (92.97% from 255 or 33.38% from 710); Blue value is 218 (85.55% from 255 or 30.70% from 710); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDDA is #001225. Grayscale: #F0F0F0. Windows color (decimal): -4646 or 14347775. OLE color: 14347775.

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

Color convert

RGB255237218-
CMYK00.070.150
HSL30.81º100%92.75%-
HSV(B)30.81º14.51%100%-
XYZ84.1886.8978.66-
YUV240.22115.46138.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.92%
GREEN value IS 237 (92.97% from 255) = 33.38%
BLUE value IS 218 (85.55% from 255) = 30.70%
R=35.92%
G=33.38%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523721800.070.15030.8110092.75
HexFFEDDA07F01f645d
Octal3773553320717037144135
Binary1111111111101101110110100111111101111111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDDA; }

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

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

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

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

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

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

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

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