#FDEAD8

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

Shades of Serenade #FDEAD8

Tints of Serenade #FDEAD8

Color information

#FDEAD8 (or 0xFDEAD8) is unknown color: approx Serenade. HEX triplet: FD, EA and D8. RGB value is (253,234,216). Sum of RGB (Red+Green+Blue) = 253+234+216=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 234 (91.80% from 255 or 33.29% from 703); Blue value is 216 (84.77% from 255 or 30.73% from 703); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEAD8 is #021527. Grayscale: #EDEDED. Windows color (decimal): -136488 or 14215933. OLE color: 14215933.

HSL color Cylindrical-coordinate representation of color #FDEAD8: hue angle of 29.19º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDEAD8 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB253234216-
CMYK00.080.150.01
HSL29.19º90.24%91.96%-
HSV(B)29.19º14.62%99.22%-
XYZ82.3384.6976.97-
YUV237.63115.79138.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.99%
GREEN value IS 234 (91.80% from 255) = 33.29%
BLUE value IS 216 (84.77% from 255) = 30.73%
R=35.99%
G=33.29%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323421600.080.150.0129.1990.2491.96
HexFDEAD808F11d5a5c
Octal37535233001017135132134
Binary11111101111010101101100001000111111110110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEAD8; }

 p { color: rgb(253,234,216); }

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

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

 a { background-color: rgb(253,234,216); }

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

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

 span { border-color: rgb(253,234,216); }

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