Shades of Serenade #FEEAD4
Tints of Serenade #FEEAD4
RGB
CMYK
RGB Variations
Color information
#FEEAD4 (or 0xFEEAD4) is known color: 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
RGB | 254 | 234 | 212 | - |
CMYK | 0 | 0.08 | 0.17 | 0.00 |
HSL | 31.43º | 0.95% | 0.91% | - |
HSV(B) | 31.43º | 0.17% | 1% | - |
XYZ | 82.18 | 84.67 | 74.3 | - |
YUV | 237.47 | 113.63 | 139.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 234 | 212 | 0 | 0.08 | 0.17 | 0.00 | 31.43 | 0.95 | 0.91 |
Hex | FE | EA | D4 | 0 | 8 | 11 | 0 | 1F | 5F | 5B |
Octal | 376 | 352 | 324 | 0 | 10 | 21 | 0 | 37 | 137 | 133 |
Binary | 11111110 | 11101010 | 11010100 | 0 | 1000 | 10001 | 0 | 11111 | 1011111 | 1011011 |
Color Harmonies of #FEEAD4
Complementary color
Monochromatic Colors of #FEEAD4
Black with #FEEAD4
Text Example
Text Example
White with #FEEAD4
Text Example
Text Example
HTML Codes & Css Web 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>