Shades of Classic Rose #F6D3E6
Tints of Classic Rose #F6D3E6
RGB
CMYK
RGB Variations
Color information
#F6D3E6 (or 0xF6D3E6) is known color: Classic Rose. HEX triplet: F6, D3 and E6. RGB value is (246,211,230). Sum of RGB (Red+Green+Blue) = 246+211+230=687 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.81% from 687); Green value is 211 (82.81% from 255 or 30.71% from 687); Blue value is 230 (90.23% from 255 or 33.48% from 687); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D3E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D3E6 is #092C19. Grayscale: #DFDFDF. Windows color (decimal): -601114 or 15127542. OLE color: 15127542.
HSL color Cylindrical-coordinate representation of color #F6D3E6: hue angle of 327.43º degrees, saturation: 0.66, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F6D3E6 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 211 | 230 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.04 |
| HSL | 327.43º | 0.66% | 0.9% | - |
| HSV(B) | 327.43º | 0.14% | 0.96% | - |
| XYZ | 75.58 | 71.89 | 84.76 | - |
| YUV | 223.63 | 131.6 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 211 | 230 | 0 | 0.14 | 0.07 | 0.04 | 327.43 | 0.66 | 0.9 |
| Hex | F6 | D3 | E6 | 0 | E | 7 | 4 | 147 | 42 | 5A |
| Octal | 366 | 323 | 346 | 0 | 16 | 7 | 4 | 507 | 102 | 132 |
| Binary | 11110110 | 11010011 | 11100110 | 0 | 1110 | 111 | 100 | 101000111 | 1000010 | 1011010 |
Color Harmonies of #F6D3E6
Complementary color
Monochromatic Colors of #F6D3E6
Black with #F6D3E6
Text Example
Text Example
White with #F6D3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D3E6; }
p { color: rgb(246,211,230); }
H1.HeaderClassName
{
color: #F6D3E6;
}
.AnyTagClassName
{
color: #F6D3E6;
}
</style>
background-color css
<style>
a { background-color: #F6D3E6; }
a { background-color: rgb(246,211,230); }
div.DivClassName
{
background-color: #F6D3E6;
}
.BgClassName
{
background-color: #F6D3E6;
}
</style>
border-color css
<style>
span { border-color: #F6D3E6; }
span { border-color: rgb(246,211,230); }
td.TdClassName
{
border-color: #F6D3E6;
}
.TagClassName
{
border-color: #F6D3E6;
}
</style>