Shades of Serenade #FEEAD3
Tints of Serenade #FEEAD3
RGB
CMYK
RGB Variations
Color information
#FEEAD3 (or 0xFEEAD3) is known color: Serenade. HEX triplet: FE, EA and D3. RGB value is (254,234,211). Sum of RGB (Red+Green+Blue) = 254+234+211=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 234 (91.80% from 255 or 33.48% from 699); Blue value is 211 (82.81% from 255 or 30.19% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEAD3 is #01152C. Grayscale: #EDEDED. Windows color (decimal): -70957 or 13888254. OLE color: 13888254.
HSL color Cylindrical-coordinate representation of color #FEEAD3: hue angle of 32.09º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FEEAD3 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 234 | 211 | - |
CMYK | 0 | 0.08 | 0.17 | 0.00 |
HSL | 32.09º | 0.96% | 0.91% | - |
HSV(B) | 32.09º | 0.17% | 1% | - |
XYZ | 82.05 | 84.62 | 73.64 | - |
YUV | 237.36 | 113.13 | 139.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 234 | 211 | 0 | 0.08 | 0.17 | 0.00 | 32.09 | 0.96 | 0.91 |
Hex | FE | EA | D3 | 0 | 8 | 11 | 0 | 20 | 60 | 5B |
Octal | 376 | 352 | 323 | 0 | 10 | 21 | 0 | 40 | 140 | 133 |
Binary | 11111110 | 11101010 | 11010011 | 0 | 1000 | 10001 | 0 | 100000 | 1100000 | 1011011 |
Color Harmonies of #FEEAD3
Complementary color
Monochromatic Colors of #FEEAD3
Black with #FEEAD3
Text Example
Text Example
White with #FEEAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAD3; }
p { color: rgb(254,234,211); }
H1.HeaderClassName
{
color: #FEEAD3;
}
.AnyTagClassName
{
color: #FEEAD3;
}
</style>
background-color css
<style>
a { background-color: #FEEAD3; }
a { background-color: rgb(254,234,211); }
div.DivClassName
{
background-color: #FEEAD3;
}
.BgClassName
{
background-color: #FEEAD3;
}
</style>
border-color css
<style>
span { border-color: #FEEAD3; }
span { border-color: rgb(254,234,211); }
td.TdClassName
{
border-color: #FEEAD3;
}
.TagClassName
{
border-color: #FEEAD3;
}
</style>