Shades of Classic Rose #F6D3E7
Tints of Classic Rose #F6D3E7
RGB
CMYK
RGB Variations
Color information
#F6D3E7 (or 0xF6D3E7) is known color: Classic Rose. HEX triplet: F6, D3 and E7. RGB value is (246,211,231). Sum of RGB (Red+Green+Blue) = 246+211+231=688 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.76% from 688); Green value is 211 (82.81% from 255 or 30.67% from 688); Blue value is 231 (90.62% from 255 or 33.58% from 688); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D3E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D3E7 is #092C18. Grayscale: #DFDFDF. Windows color (decimal): -601113 or 15193078. OLE color: 15193078.
HSL color Cylindrical-coordinate representation of color #F6D3E7: hue angle of 325.71º 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 #F6D3E7 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 211 | 231 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.04 |
| HSL | 325.71º | 0.66% | 0.9% | - |
| HSV(B) | 325.71º | 0.14% | 0.96% | - |
| XYZ | 75.72 | 71.95 | 85.5 | - |
| YUV | 223.75 | 132.1 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 211 | 231 | 0 | 0.14 | 0.06 | 0.04 | 325.71 | 0.66 | 0.9 |
| Hex | F6 | D3 | E7 | 0 | E | 6 | 4 | 146 | 42 | 5A |
| Octal | 366 | 323 | 347 | 0 | 16 | 6 | 4 | 506 | 102 | 132 |
| Binary | 11110110 | 11010011 | 11100111 | 0 | 1110 | 110 | 100 | 101000110 | 1000010 | 1011010 |
Color Harmonies of #F6D3E7
Complementary color
Monochromatic Colors of #F6D3E7
Black with #F6D3E7
Text Example
Text Example
White with #F6D3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D3E7; }
p { color: rgb(246,211,231); }
H1.HeaderClassName
{
color: #F6D3E7;
}
.AnyTagClassName
{
color: #F6D3E7;
}
</style>
background-color css
<style>
a { background-color: #F6D3E7; }
a { background-color: rgb(246,211,231); }
div.DivClassName
{
background-color: #F6D3E7;
}
.BgClassName
{
background-color: #F6D3E7;
}
</style>
border-color css
<style>
span { border-color: #F6D3E7; }
span { border-color: rgb(246,211,231); }
td.TdClassName
{
border-color: #F6D3E7;
}
.TagClassName
{
border-color: #F6D3E7;
}
</style>