Shades of Classic Rose #F6D6EC
Tints of Classic Rose #F6D6EC
RGB
CMYK
RGB Variations
Color information
#F6D6EC (or 0xF6D6EC) is known color: Classic Rose. HEX triplet: F6, D6 and EC. RGB value is (246,214,236). Sum of RGB (Red+Green+Blue) = 246+214+236=696 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.34% from 696); Green value is 214 (83.98% from 255 or 30.75% from 696); Blue value is 236 (92.58% from 255 or 33.91% from 696); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D6EC is #092913. Grayscale: #E2E2E2. Windows color (decimal): -600340 or 15521526. OLE color: 15521526.
HSL color Cylindrical-coordinate representation of color #F6D6EC: hue angle of 318.75º degrees, saturation: 0.64, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F6D6EC is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 214 | 236 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.04 |
| HSL | 318.75º | 0.64% | 0.9% | - |
| HSV(B) | 318.75º | 0.13% | 0.96% | - |
| XYZ | 77.19 | 73.74 | 89.52 | - |
| YUV | 226.08 | 133.6 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 214 | 236 | 0 | 0.13 | 0.04 | 0.04 | 318.75 | 0.64 | 0.9 |
| Hex | F6 | D6 | EC | 0 | D | 4 | 4 | 13F | 40 | 5A |
| Octal | 366 | 326 | 354 | 0 | 15 | 4 | 4 | 477 | 100 | 132 |
| Binary | 11110110 | 11010110 | 11101100 | 0 | 1101 | 100 | 100 | 100111111 | 1000000 | 1011010 |
Color Harmonies of #F6D6EC
Complementary color
Monochromatic Colors of #F6D6EC
Black with #F6D6EC
Text Example
Text Example
White with #F6D6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D6EC; }
p { color: rgb(246,214,236); }
H1.HeaderClassName
{
color: #F6D6EC;
}
.AnyTagClassName
{
color: #F6D6EC;
}
</style>
background-color css
<style>
a { background-color: #F6D6EC; }
a { background-color: rgb(246,214,236); }
div.DivClassName
{
background-color: #F6D6EC;
}
.BgClassName
{
background-color: #F6D6EC;
}
</style>
border-color css
<style>
span { border-color: #F6D6EC; }
span { border-color: rgb(246,214,236); }
td.TdClassName
{
border-color: #F6D6EC;
}
.TagClassName
{
border-color: #F6D6EC;
}
</style>