Shades of Classic Rose #F6C9E6
Tints of Classic Rose #F6C9E6
RGB
CMYK
RGB Variations
Color information
#F6C9E6 (or 0xF6C9E6) is known color: Classic Rose. HEX triplet: F6, C9 and E6. RGB value is (246,201,230). Sum of RGB (Red+Green+Blue) = 246+201+230=677 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.34% from 677); Green value is 201 (78.91% from 255 or 29.69% from 677); Blue value is 230 (90.23% from 255 or 33.97% from 677); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C9E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C9E6 is #093619. Grayscale: #D9D9D9. Windows color (decimal): -603674 or 15124982. OLE color: 15124982.
HSL color Cylindrical-coordinate representation of color #F6C9E6: hue angle of 321.33º 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 #F6C9E6 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 201 | 230 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.04 |
| HSL | 321.33º | 0.71% | 0.88% | - |
| HSV(B) | 321.33º | 0.18% | 0.96% | - |
| XYZ | 73.18 | 67.08 | 83.95 | - |
| YUV | 217.76 | 134.91 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 201 | 230 | 0 | 0.18 | 0.07 | 0.04 | 321.33 | 0.71 | 0.88 |
| Hex | F6 | C9 | E6 | 0 | 12 | 7 | 4 | 141 | 47 | 58 |
| Octal | 366 | 311 | 346 | 0 | 22 | 7 | 4 | 501 | 107 | 130 |
| Binary | 11110110 | 11001001 | 11100110 | 0 | 10010 | 111 | 100 | 101000001 | 1000111 | 1011000 |
Color Harmonies of #F6C9E6
Complementary color
Monochromatic Colors of #F6C9E6
Black with #F6C9E6
Text Example
Text Example
White with #F6C9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C9E6; }
p { color: rgb(246,201,230); }
H1.HeaderClassName
{
color: #F6C9E6;
}
.AnyTagClassName
{
color: #F6C9E6;
}
</style>
background-color css
<style>
a { background-color: #F6C9E6; }
a { background-color: rgb(246,201,230); }
div.DivClassName
{
background-color: #F6C9E6;
}
.BgClassName
{
background-color: #F6C9E6;
}
</style>
border-color css
<style>
span { border-color: #F6C9E6; }
span { border-color: rgb(246,201,230); }
td.TdClassName
{
border-color: #F6C9E6;
}
.TagClassName
{
border-color: #F6C9E6;
}
</style>