Shades of Classic Rose #F6D0E3
Tints of Classic Rose #F6D0E3
RGB
CMYK
RGB Variations
Color information
#F6D0E3 (or 0xF6D0E3) is known color: Classic Rose. HEX triplet: F6, D0 and E3. RGB value is (246,208,227). Sum of RGB (Red+Green+Blue) = 246+208+227=681 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.12% from 681); Green value is 208 (81.64% from 255 or 30.54% from 681); Blue value is 227 (89.06% from 255 or 33.33% from 681); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D0E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D0E3 is #092F1C. Grayscale: #DDDDDD. Windows color (decimal): -601885 or 14930166. OLE color: 14930166.
HSL color Cylindrical-coordinate representation of color #F6D0E3: hue angle of 330º 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 #F6D0E3 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 208 | 227 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.04 |
| HSL | 330º | 0.68% | 0.89% | - |
| HSV(B) | 330º | 0.15% | 0.96% | - |
| XYZ | 74.43 | 70.25 | 82.31 | - |
| YUV | 221.53 | 131.09 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 208 | 227 | 0 | 0.15 | 0.08 | 0.04 | 330 | 0.68 | 0.89 |
| Hex | F6 | D0 | E3 | 0 | F | 8 | 4 | 14A | 44 | 59 |
| Octal | 366 | 320 | 343 | 0 | 17 | 10 | 4 | 512 | 104 | 131 |
| Binary | 11110110 | 11010000 | 11100011 | 0 | 1111 | 1000 | 100 | 101001010 | 1000100 | 1011001 |
Color Harmonies of #F6D0E3
Complementary color
Monochromatic Colors of #F6D0E3
Black with #F6D0E3
Text Example
Text Example
White with #F6D0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D0E3; }
p { color: rgb(246,208,227); }
H1.HeaderClassName
{
color: #F6D0E3;
}
.AnyTagClassName
{
color: #F6D0E3;
}
</style>
background-color css
<style>
a { background-color: #F6D0E3; }
a { background-color: rgb(246,208,227); }
div.DivClassName
{
background-color: #F6D0E3;
}
.BgClassName
{
background-color: #F6D0E3;
}
</style>
border-color css
<style>
span { border-color: #F6D0E3; }
span { border-color: rgb(246,208,227); }
td.TdClassName
{
border-color: #F6D0E3;
}
.TagClassName
{
border-color: #F6D0E3;
}
</style>