Shades of Serenade #FEE6D3
Tints of Serenade #FEE6D3
RGB
CMYK
RGB Variations
Color information
#FEE6D3 (or 0xFEE6D3) is known color: Serenade. HEX triplet: FE, E6 and D3. RGB value is (254,230,211). Sum of RGB (Red+Green+Blue) = 254+230+211=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 230 (90.23% from 255 or 33.09% from 695); Blue value is 211 (82.81% from 255 or 30.36% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE6D3 is #01192C. Grayscale: #EBEBEB. Windows color (decimal): -71981 or 13887230. OLE color: 13887230.
HSL color Cylindrical-coordinate representation of color #FEE6D3: hue angle of 26.51º 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 #FEE6D3 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 211 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.00 |
| HSL | 26.51º | 0.96% | 0.91% | - |
| HSV(B) | 26.51º | 0.17% | 1% | - |
| XYZ | 80.93 | 82.37 | 73.26 | - |
| YUV | 235.01 | 114.45 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 211 | 0 | 0.09 | 0.17 | 0.00 | 26.51 | 0.96 | 0.91 |
| Hex | FE | E6 | D3 | 0 | 9 | 11 | 0 | 1B | 60 | 5B |
| Octal | 376 | 346 | 323 | 0 | 11 | 21 | 0 | 33 | 140 | 133 |
| Binary | 11111110 | 11100110 | 11010011 | 0 | 1001 | 10001 | 0 | 11011 | 1100000 | 1011011 |
Color Harmonies of #FEE6D3
Complementary color
Monochromatic Colors of #FEE6D3
Black with #FEE6D3
Text Example
Text Example
White with #FEE6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE6D3; }
p { color: rgb(254,230,211); }
H1.HeaderClassName
{
color: #FEE6D3;
}
.AnyTagClassName
{
color: #FEE6D3;
}
</style>
background-color css
<style>
a { background-color: #FEE6D3; }
a { background-color: rgb(254,230,211); }
div.DivClassName
{
background-color: #FEE6D3;
}
.BgClassName
{
background-color: #FEE6D3;
}
</style>
border-color css
<style>
span { border-color: #FEE6D3; }
span { border-color: rgb(254,230,211); }
td.TdClassName
{
border-color: #FEE6D3;
}
.TagClassName
{
border-color: #FEE6D3;
}
</style>