#FEEAD7

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

Shades of Serenade #FEEAD7

Tints of Serenade #FEEAD7

Color information

#FEEAD7 (or 0xFEEAD7) is unknown color: approx Serenade. HEX triplet: FE, EA and D7. RGB value is (254,234,215). Sum of RGB (Red+Green+Blue) = 254+234+215=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 234 (91.80% from 255 or 33.29% from 703); Blue value is 215 (84.38% from 255 or 30.58% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEAD7 is #011528. Grayscale: #EDEDED. Windows color (decimal): -70953 or 14150398. OLE color: 14150398.

HSL color Cylindrical-coordinate representation of color #FEEAD7: hue angle of 29.23º 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 #FEEAD7 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB254234215-
CMYK00.080.150.00
HSL29.23º95.12%91.96%-
HSV(B)29.23º15.35%99.61%-
XYZ82.5684.8276.31-
YUV237.81115.13139.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.13%
GREEN value IS 234 (91.80% from 255) = 33.29%
BLUE value IS 215 (84.38% from 255) = 30.58%
R=36.13%
G=33.29%
B=30.58%

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
Decimal25423421500.080.150.0029.2395.1291.96
HexFEEAD708F01d5f5c
Octal37635232701017035137134
Binary11111110111010101101011101000111101110110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEAD7; }

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

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

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

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

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

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

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

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