#FDEAD5

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

Shades of Serenade #FDEAD5

Tints of Serenade #FDEAD5

Color information

#FDEAD5 (or 0xFDEAD5) is unknown color: approx Serenade. HEX triplet: FD, EA and D5. RGB value is (253,234,213). Sum of RGB (Red+Green+Blue) = 253+234+213=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 234 (91.80% from 255 or 33.43% from 700); Blue value is 213 (83.59% from 255 or 30.43% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEAD5 is #02152A. Grayscale: #EDEDED. Windows color (decimal): -136491 or 14019325. OLE color: 14019325.

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

Color convert

RGB253234213-
CMYK00.080.160.01
HSL31.5º90.91%91.37%-
HSV(B)31.5º15.81%99.22%-
XYZ81.9484.5374.95-
YUV237.29114.29139.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.14%
GREEN value IS 234 (91.80% from 255) = 33.43%
BLUE value IS 213 (83.59% from 255) = 30.43%
R=36.14%
G=33.43%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323421300.080.160.0131.590.9191.37
HexFDEAD508101205b5b
Octal37535232501020140133133
Binary1111110111101010110101010100010000110000010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEAD5; }

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

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

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

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

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

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

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

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