Shades of Serenade #FFE6D3
Tints of Serenade #FFE6D3
RGB
CMYK
RGB Variations
Color information
#FFE6D3 (or 0xFFE6D3) is known color: Serenade. HEX triplet: FF, E6 and D3. RGB value is (255,230,211). Sum of RGB (Red+Green+Blue) = 255+230+211=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 230 (90.23% from 255 or 33.05% from 696); Blue value is 211 (82.81% from 255 or 30.32% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6D3 is #00192C. Grayscale: #EBEBEB. Windows color (decimal): -6445 or 13887231. OLE color: 13887231.
HSL color Cylindrical-coordinate representation of color #FFE6D3: hue angle of 25.91º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFE6D3 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 211 | - |
| CMYK | 0 | 0.10 | 0.17 | 0 |
| HSL | 25.91º | 1% | 0.91% | - |
| HSV(B) | 25.91º | 0.17% | 1% | - |
| XYZ | 81.29 | 82.56 | 73.28 | - |
| YUV | 235.31 | 114.28 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 211 | 0 | 0.10 | 0.17 | 0 | 25.91 | 1 | 0.91 |
| Hex | FF | E6 | D3 | 0 | A | 11 | 0 | 1A | 64 | 5B |
| Octal | 377 | 346 | 323 | 0 | 12 | 21 | 0 | 32 | 144 | 133 |
| Binary | 11111111 | 11100110 | 11010011 | 0 | 1010 | 10001 | 0 | 11010 | 1100100 | 1011011 |
Color Harmonies of #FFE6D3
Complementary color
Monochromatic Colors of #FFE6D3
Black with #FFE6D3
Text Example
Text Example
White with #FFE6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE6D3; }
p { color: rgb(255,230,211); }
H1.HeaderClassName
{
color: #FFE6D3;
}
.AnyTagClassName
{
color: #FFE6D3;
}
</style>
background-color css
<style>
a { background-color: #FFE6D3; }
a { background-color: rgb(255,230,211); }
div.DivClassName
{
background-color: #FFE6D3;
}
.BgClassName
{
background-color: #FFE6D3;
}
</style>
border-color css
<style>
span { border-color: #FFE6D3; }
span { border-color: rgb(255,230,211); }
td.TdClassName
{
border-color: #FFE6D3;
}
.TagClassName
{
border-color: #FFE6D3;
}
</style>