Shades of Classic Rose #F6D0E5
Tints of Classic Rose #F6D0E5
RGB
CMYK
RGB Variations
Color information
#F6D0E5 (or 0xF6D0E5) is known color: Classic Rose. HEX triplet: F6, D0 and E5. RGB value is (246,208,229). Sum of RGB (Red+Green+Blue) = 246+208+229=683 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.02% from 683); Green value is 208 (81.64% from 255 or 30.45% from 683); Blue value is 229 (89.84% from 255 or 33.53% from 683); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D0E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D0E5 is #092F1A. Grayscale: #DDDDDD. Windows color (decimal): -601883 or 15061238. OLE color: 15061238.
HSL color Cylindrical-coordinate representation of color #F6D0E5: hue angle of 326.84º degrees, saturation: 0.68, 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 #F6D0E5 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 208 | 229 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.04 |
| HSL | 326.84º | 0.68% | 0.89% | - |
| HSV(B) | 326.84º | 0.15% | 0.96% | - |
| XYZ | 74.7 | 70.36 | 83.77 | - |
| YUV | 221.76 | 132.09 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 208 | 229 | 0 | 0.15 | 0.07 | 0.04 | 326.84 | 0.68 | 0.89 |
| Hex | F6 | D0 | E5 | 0 | F | 7 | 4 | 147 | 44 | 59 |
| Octal | 366 | 320 | 345 | 0 | 17 | 7 | 4 | 507 | 104 | 131 |
| Binary | 11110110 | 11010000 | 11100101 | 0 | 1111 | 111 | 100 | 101000111 | 1000100 | 1011001 |
Color Harmonies of #F6D0E5
Complementary color
Monochromatic Colors of #F6D0E5
Black with #F6D0E5
Text Example
Text Example
White with #F6D0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D0E5; }
p { color: rgb(246,208,229); }
H1.HeaderClassName
{
color: #F6D0E5;
}
.AnyTagClassName
{
color: #F6D0E5;
}
</style>
background-color css
<style>
a { background-color: #F6D0E5; }
a { background-color: rgb(246,208,229); }
div.DivClassName
{
background-color: #F6D0E5;
}
.BgClassName
{
background-color: #F6D0E5;
}
</style>
border-color css
<style>
span { border-color: #F6D0E5; }
span { border-color: rgb(246,208,229); }
td.TdClassName
{
border-color: #F6D0E5;
}
.TagClassName
{
border-color: #F6D0E5;
}
</style>