Shades of Classic Rose #F6D0EA
Tints of Classic Rose #F6D0EA
RGB
CMYK
RGB Variations
Color information
#F6D0EA (or 0xF6D0EA) is known color: Classic Rose. HEX triplet: F6, D0 and EA. RGB value is (246,208,234). Sum of RGB (Red+Green+Blue) = 246+208+234=688 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.76% from 688); Green value is 208 (81.64% from 255 or 30.23% from 688); Blue value is 234 (91.80% from 255 or 34.01% from 688); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D0EA is #092F15. Grayscale: #DEDEDE. Windows color (decimal): -601878 or 15388918. OLE color: 15388918.
HSL color Cylindrical-coordinate representation of color #F6D0EA: hue angle of 318.95º 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 #F6D0EA is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 208 | 234 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.04 |
| HSL | 318.95º | 0.68% | 0.89% | - |
| HSV(B) | 318.95º | 0.15% | 0.96% | - |
| XYZ | 75.41 | 70.65 | 87.5 | - |
| YUV | 222.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 208 | 234 | 0 | 0.15 | 0.05 | 0.04 | 318.95 | 0.68 | 0.89 |
| Hex | F6 | D0 | EA | 0 | F | 5 | 4 | 13F | 44 | 59 |
| Octal | 366 | 320 | 352 | 0 | 17 | 5 | 4 | 477 | 104 | 131 |
| Binary | 11110110 | 11010000 | 11101010 | 0 | 1111 | 101 | 100 | 100111111 | 1000100 | 1011001 |
Color Harmonies of #F6D0EA
Complementary color
Monochromatic Colors of #F6D0EA
Black with #F6D0EA
Text Example
Text Example
White with #F6D0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D0EA; }
p { color: rgb(246,208,234); }
H1.HeaderClassName
{
color: #F6D0EA;
}
.AnyTagClassName
{
color: #F6D0EA;
}
</style>
background-color css
<style>
a { background-color: #F6D0EA; }
a { background-color: rgb(246,208,234); }
div.DivClassName
{
background-color: #F6D0EA;
}
.BgClassName
{
background-color: #F6D0EA;
}
</style>
border-color css
<style>
span { border-color: #F6D0EA; }
span { border-color: rgb(246,208,234); }
td.TdClassName
{
border-color: #F6D0EA;
}
.TagClassName
{
border-color: #F6D0EA;
}
</style>