Shades of Serenade #F6E2D2
Tints of Serenade #F6E2D2
RGB
CMYK
RGB Variations
Color information
#F6E2D2 (or 0xF6E2D2) is known color: Serenade. HEX triplet: F6, E2 and D2. RGB value is (246,226,210). Sum of RGB (Red+Green+Blue) = 246+226+210=682 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.07% from 682); Green value is 226 (88.67% from 255 or 33.14% from 682); Blue value is 210 (82.42% from 255 or 30.79% from 682); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E2D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E2D2 is #091D2D. Grayscale: #E6E6E6. Windows color (decimal): -597294 or 13820662. OLE color: 13820662.
HSL color Cylindrical-coordinate representation of color #F6E2D2: hue angle of 26.67º degrees, saturation: 0.67, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F6E2D2 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 226 | 210 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.04 |
| HSL | 26.67º | 0.67% | 0.89% | - |
| HSV(B) | 26.67º | 0.15% | 0.96% | - |
| XYZ | 76.84 | 78.64 | 72.1 | - |
| YUV | 230.16 | 116.63 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 226 | 210 | 0 | 0.08 | 0.15 | 0.04 | 26.67 | 0.67 | 0.89 |
| Hex | F6 | E2 | D2 | 0 | 8 | F | 4 | 1B | 43 | 59 |
| Octal | 366 | 342 | 322 | 0 | 10 | 17 | 4 | 33 | 103 | 131 |
| Binary | 11110110 | 11100010 | 11010010 | 0 | 1000 | 1111 | 100 | 11011 | 1000011 | 1011001 |
Color Harmonies of #F6E2D2
Complementary color
Monochromatic Colors of #F6E2D2
Black with #F6E2D2
Text Example
Text Example
White with #F6E2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E2D2; }
p { color: rgb(246,226,210); }
H1.HeaderClassName
{
color: #F6E2D2;
}
.AnyTagClassName
{
color: #F6E2D2;
}
</style>
background-color css
<style>
a { background-color: #F6E2D2; }
a { background-color: rgb(246,226,210); }
div.DivClassName
{
background-color: #F6E2D2;
}
.BgClassName
{
background-color: #F6E2D2;
}
</style>
border-color css
<style>
span { border-color: #F6E2D2; }
span { border-color: rgb(246,226,210); }
td.TdClassName
{
border-color: #F6E2D2;
}
.TagClassName
{
border-color: #F6E2D2;
}
</style>