#FEEAD4

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

Shades of Serenade #FEEAD4

Tints of Serenade #FEEAD4

Color information

#FEEAD4 (or 0xFEEAD4) is unknown color: approx Serenade. HEX triplet: FE, EA and D4. RGB value is (254,234,212). Sum of RGB (Red+Green+Blue) = 254+234+212=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 234 (91.80% from 255 or 33.43% from 700); Blue value is 212 (83.20% from 255 or 30.29% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEAD4 is #01152B. Grayscale: #EDEDED. Windows color (decimal): -70956 or 13953790. OLE color: 13953790.

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

Color convert

RGB254234212-
CMYK00.080.170.00
HSL31.43º95.45%91.37%-
HSV(B)31.43º16.54%99.61%-
XYZ82.1884.6774.3-
YUV237.47113.63139.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.29%
GREEN value IS 234 (91.80% from 255) = 33.43%
BLUE value IS 212 (83.20% from 255) = 30.29%
R=36.29%
G=33.43%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423421200.080.170.0031.4395.4591.37
HexFEEAD4081101f5f5b
Octal37635232401021037137133
Binary111111101110101011010100010001000101111110111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEAD4; }

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

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

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

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

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

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

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

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