#FEEAD8

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

Shades of Serenade #FEEAD8

Tints of Serenade #FEEAD8

Color information

#FEEAD8 (or 0xFEEAD8) is unknown color: approx Serenade. HEX triplet: FE, EA and D8. RGB value is (254,234,216). Sum of RGB (Red+Green+Blue) = 254+234+216=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 234 (91.80% from 255 or 33.24% from 704); Blue value is 216 (84.77% from 255 or 30.68% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEAD8 is #011527. Grayscale: #EEEEEE. Windows color (decimal): -70952 or 14215934. OLE color: 14215934.

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

Color convert

RGB254234216-
CMYK00.080.150.00
HSL28.42º95%92.16%-
HSV(B)28.42º14.96%99.61%-
XYZ82.6984.8776.99-
YUV237.93115.63139.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.08%
GREEN value IS 234 (91.80% from 255) = 33.24%
BLUE value IS 216 (84.77% from 255) = 30.68%
R=36.08%
G=33.24%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423421600.080.150.0028.429592.16
HexFEEAD808F01c5f5c
Octal37635233001017034137134
Binary11111110111010101101100001000111101110010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEAD8; }

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

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

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

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

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

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

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

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