Shades of Classic Rose #F6D0E9
Tints of Classic Rose #F6D0E9
RGB
CMYK
RGB Variations
Color information
#F6D0E9 (or 0xF6D0E9) is known color: Classic Rose. HEX triplet: F6, D0 and E9. RGB value is (246,208,233). Sum of RGB (Red+Green+Blue) = 246+208+233=687 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.81% from 687); Green value is 208 (81.64% from 255 or 30.28% from 687); Blue value is 233 (91.41% from 255 or 33.92% from 687); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D0E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D0E9 is #092F16. Grayscale: #DEDEDE. Windows color (decimal): -601879 or 15323382. OLE color: 15323382.
HSL color Cylindrical-coordinate representation of color #F6D0E9: hue angle of 320.53º 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 #F6D0E9 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 208 | 233 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.04 |
| HSL | 320.53º | 0.68% | 0.89% | - |
| HSV(B) | 320.53º | 0.15% | 0.96% | - |
| XYZ | 75.27 | 70.59 | 86.75 | - |
| YUV | 222.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 208 | 233 | 0 | 0.15 | 0.05 | 0.04 | 320.53 | 0.68 | 0.89 |
| Hex | F6 | D0 | E9 | 0 | F | 5 | 4 | 141 | 44 | 59 |
| Octal | 366 | 320 | 351 | 0 | 17 | 5 | 4 | 501 | 104 | 131 |
| Binary | 11110110 | 11010000 | 11101001 | 0 | 1111 | 101 | 100 | 101000001 | 1000100 | 1011001 |
Color Harmonies of #F6D0E9
Complementary color
Monochromatic Colors of #F6D0E9
Black with #F6D0E9
Text Example
Text Example
White with #F6D0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D0E9; }
p { color: rgb(246,208,233); }
H1.HeaderClassName
{
color: #F6D0E9;
}
.AnyTagClassName
{
color: #F6D0E9;
}
</style>
background-color css
<style>
a { background-color: #F6D0E9; }
a { background-color: rgb(246,208,233); }
div.DivClassName
{
background-color: #F6D0E9;
}
.BgClassName
{
background-color: #F6D0E9;
}
</style>
border-color css
<style>
span { border-color: #F6D0E9; }
span { border-color: rgb(246,208,233); }
td.TdClassName
{
border-color: #F6D0E9;
}
.TagClassName
{
border-color: #F6D0E9;
}
</style>