Shades of Classic Rose #F9C6E2
Tints of Classic Rose #F9C6E2
RGB
CMYK
RGB Variations
Color information
#F9C6E2 (or 0xF9C6E2) is known color: Classic Rose. HEX triplet: F9, C6 and E2. RGB value is (249,198,226). Sum of RGB (Red+Green+Blue) = 249+198+226=673 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.00% from 673); Green value is 198 (77.73% from 255 or 29.42% from 673); Blue value is 226 (88.67% from 255 or 33.58% from 673); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C6E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C6E2 is #06391D. Grayscale: #D8D8D8. Windows color (decimal): -407838 or 14862073. OLE color: 14862073.
HSL color Cylindrical-coordinate representation of color #F9C6E2: hue angle of 327.06º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F9C6E2 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 198 | 226 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.02 |
| HSL | 327.06º | 0.81% | 0.88% | - |
| HSV(B) | 327.06º | 0.2% | 0.98% | - |
| XYZ | 72.99 | 66.02 | 80.85 | - |
| YUV | 216.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 198 | 226 | 0 | 0.20 | 0.09 | 0.02 | 327.06 | 0.81 | 0.88 |
| Hex | F9 | C6 | E2 | 0 | 14 | 9 | 2 | 147 | 51 | 58 |
| Octal | 371 | 306 | 342 | 0 | 24 | 11 | 2 | 507 | 121 | 130 |
| Binary | 11111001 | 11000110 | 11100010 | 0 | 10100 | 1001 | 10 | 101000111 | 1010001 | 1011000 |
Color Harmonies of #F9C6E2
Complementary color
Monochromatic Colors of #F9C6E2
Black with #F9C6E2
Text Example
Text Example
White with #F9C6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C6E2; }
p { color: rgb(249,198,226); }
H1.HeaderClassName
{
color: #F9C6E2;
}
.AnyTagClassName
{
color: #F9C6E2;
}
</style>
background-color css
<style>
a { background-color: #F9C6E2; }
a { background-color: rgb(249,198,226); }
div.DivClassName
{
background-color: #F9C6E2;
}
.BgClassName
{
background-color: #F9C6E2;
}
</style>
border-color css
<style>
span { border-color: #F9C6E2; }
span { border-color: rgb(249,198,226); }
td.TdClassName
{
border-color: #F9C6E2;
}
.TagClassName
{
border-color: #F9C6E2;
}
</style>