Shades of Classic Rose #F6D0E1
Tints of Classic Rose #F6D0E1
RGB
CMYK
RGB Variations
Color information
#F6D0E1 (or 0xF6D0E1) is known color: Classic Rose. HEX triplet: F6, D0 and E1. RGB value is (246,208,225). Sum of RGB (Red+Green+Blue) = 246+208+225=679 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.23% from 679); Green value is 208 (81.64% from 255 or 30.63% from 679); Blue value is 225 (88.28% from 255 or 33.14% from 679); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D0E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D0E1 is #092F1E. Grayscale: #DDDDDD. Windows color (decimal): -601887 or 14799094. OLE color: 14799094.
HSL color Cylindrical-coordinate representation of color #F6D0E1: hue angle of 333.16º 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 #F6D0E1 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 208 | 225 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.04 |
| HSL | 333.16º | 0.68% | 0.89% | - |
| HSV(B) | 333.16º | 0.15% | 0.96% | - |
| XYZ | 74.15 | 70.14 | 80.86 | - |
| YUV | 221.3 | 130.09 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 208 | 225 | 0 | 0.15 | 0.09 | 0.04 | 333.16 | 0.68 | 0.89 |
| Hex | F6 | D0 | E1 | 0 | F | 9 | 4 | 14D | 44 | 59 |
| Octal | 366 | 320 | 341 | 0 | 17 | 11 | 4 | 515 | 104 | 131 |
| Binary | 11110110 | 11010000 | 11100001 | 0 | 1111 | 1001 | 100 | 101001101 | 1000100 | 1011001 |
Color Harmonies of #F6D0E1
Complementary color
Monochromatic Colors of #F6D0E1
Black with #F6D0E1
Text Example
Text Example
White with #F6D0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D0E1; }
p { color: rgb(246,208,225); }
H1.HeaderClassName
{
color: #F6D0E1;
}
.AnyTagClassName
{
color: #F6D0E1;
}
</style>
background-color css
<style>
a { background-color: #F6D0E1; }
a { background-color: rgb(246,208,225); }
div.DivClassName
{
background-color: #F6D0E1;
}
.BgClassName
{
background-color: #F6D0E1;
}
</style>
border-color css
<style>
span { border-color: #F6D0E1; }
span { border-color: rgb(246,208,225); }
td.TdClassName
{
border-color: #F6D0E1;
}
.TagClassName
{
border-color: #F6D0E1;
}
</style>