Shades of Classic Rose #F6C9DF
Tints of Classic Rose #F6C9DF
RGB
CMYK
RGB Variations
Color information
#F6C9DF (or 0xF6C9DF) is known color: Classic Rose. HEX triplet: F6, C9 and DF. RGB value is (246,201,223). Sum of RGB (Red+Green+Blue) = 246+201+223=670 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.72% from 670); Green value is 201 (78.91% from 255 or 30% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C9DF is #093620. Grayscale: #D8D8D8. Windows color (decimal): -603681 or 14666230. OLE color: 14666230.
HSL color Cylindrical-coordinate representation of color #F6C9DF: hue angle of 330.67º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F6C9DF is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 201 | 223 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.04 |
| HSL | 330.67º | 0.71% | 0.88% | - |
| HSV(B) | 330.67º | 0.18% | 0.96% | - |
| XYZ | 72.21 | 66.69 | 78.88 | - |
| YUV | 216.96 | 131.41 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 201 | 223 | 0 | 0.18 | 0.09 | 0.04 | 330.67 | 0.71 | 0.88 |
| Hex | F6 | C9 | DF | 0 | 12 | 9 | 4 | 14B | 47 | 58 |
| Octal | 366 | 311 | 337 | 0 | 22 | 11 | 4 | 513 | 107 | 130 |
| Binary | 11110110 | 11001001 | 11011111 | 0 | 10010 | 1001 | 100 | 101001011 | 1000111 | 1011000 |
Color Harmonies of #F6C9DF
Complementary color
Monochromatic Colors of #F6C9DF
Black with #F6C9DF
Text Example
Text Example
White with #F6C9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C9DF; }
p { color: rgb(246,201,223); }
H1.HeaderClassName
{
color: #F6C9DF;
}
.AnyTagClassName
{
color: #F6C9DF;
}
</style>
background-color css
<style>
a { background-color: #F6C9DF; }
a { background-color: rgb(246,201,223); }
div.DivClassName
{
background-color: #F6C9DF;
}
.BgClassName
{
background-color: #F6C9DF;
}
</style>
border-color css
<style>
span { border-color: #F6C9DF; }
span { border-color: rgb(246,201,223); }
td.TdClassName
{
border-color: #F6C9DF;
}
.TagClassName
{
border-color: #F6C9DF;
}
</style>