Shades of Classic Rose #F6D1E3
Tints of Classic Rose #F6D1E3
RGB
CMYK
RGB Variations
Color information
#F6D1E3 (or 0xF6D1E3) is known color: Classic Rose. HEX triplet: F6, D1 and E3. RGB value is (246,209,227). Sum of RGB (Red+Green+Blue) = 246+209+227=682 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.07% from 682); Green value is 209 (82.03% from 255 or 30.65% from 682); Blue value is 227 (89.06% from 255 or 33.28% from 682); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D1E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D1E3 is #092E1C. Grayscale: #DEDEDE. Windows color (decimal): -601629 or 14930422. OLE color: 14930422.
HSL color Cylindrical-coordinate representation of color #F6D1E3: hue angle of 330.81º degrees, saturation: 0.67, 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 #F6D1E3 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 209 | 227 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.04 |
| HSL | 330.81º | 0.67% | 0.89% | - |
| HSV(B) | 330.81º | 0.15% | 0.96% | - |
| XYZ | 74.67 | 70.74 | 82.39 | - |
| YUV | 222.12 | 130.76 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 209 | 227 | 0 | 0.15 | 0.08 | 0.04 | 330.81 | 0.67 | 0.89 |
| Hex | F6 | D1 | E3 | 0 | F | 8 | 4 | 14B | 43 | 59 |
| Octal | 366 | 321 | 343 | 0 | 17 | 10 | 4 | 513 | 103 | 131 |
| Binary | 11110110 | 11010001 | 11100011 | 0 | 1111 | 1000 | 100 | 101001011 | 1000011 | 1011001 |
Color Harmonies of #F6D1E3
Complementary color
Monochromatic Colors of #F6D1E3
Black with #F6D1E3
Text Example
Text Example
White with #F6D1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D1E3; }
p { color: rgb(246,209,227); }
H1.HeaderClassName
{
color: #F6D1E3;
}
.AnyTagClassName
{
color: #F6D1E3;
}
</style>
background-color css
<style>
a { background-color: #F6D1E3; }
a { background-color: rgb(246,209,227); }
div.DivClassName
{
background-color: #F6D1E3;
}
.BgClassName
{
background-color: #F6D1E3;
}
</style>
border-color css
<style>
span { border-color: #F6D1E3; }
span { border-color: rgb(246,209,227); }
td.TdClassName
{
border-color: #F6D1E3;
}
.TagClassName
{
border-color: #F6D1E3;
}
</style>