Shades of Classic Rose #F2C9E1
Tints of Classic Rose #F2C9E1
RGB
CMYK
RGB Variations
Color information
#F2C9E1 (or 0xF2C9E1) is known color: Classic Rose. HEX triplet: F2, C9 and E1. RGB value is (242,201,225). Sum of RGB (Red+Green+Blue) = 242+201+225=668 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.23% from 668); Green value is 201 (78.91% from 255 or 30.09% from 668); Blue value is 225 (88.28% from 255 or 33.68% from 668); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C9E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C9E1 is #0D361E. Grayscale: #D7D7D7. Windows color (decimal): -865823 or 14797298. OLE color: 14797298.
HSL color Cylindrical-coordinate representation of color #F2C9E1: hue angle of 324.88º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2C9E1 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 201 | 225 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.05 |
| HSL | 324.88º | 0.61% | 0.87% | - |
| HSV(B) | 324.88º | 0.17% | 0.95% | - |
| XYZ | 71.1 | 66.09 | 80.24 | - |
| YUV | 216 | 133.08 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 225 | 0 | 0.17 | 0.07 | 0.05 | 324.88 | 0.61 | 0.87 |
| Hex | F2 | C9 | E1 | 0 | 11 | 7 | 5 | 145 | 3D | 57 |
| Octal | 362 | 311 | 341 | 0 | 21 | 7 | 5 | 505 | 75 | 127 |
| Binary | 11110010 | 11001001 | 11100001 | 0 | 10001 | 111 | 101 | 101000101 | 111101 | 1010111 |
Color Harmonies of #F2C9E1
Complementary color
Monochromatic Colors of #F2C9E1
Black with #F2C9E1
Text Example
Text Example
White with #F2C9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C9E1; }
p { color: rgb(242,201,225); }
H1.HeaderClassName
{
color: #F2C9E1;
}
.AnyTagClassName
{
color: #F2C9E1;
}
</style>
background-color css
<style>
a { background-color: #F2C9E1; }
a { background-color: rgb(242,201,225); }
div.DivClassName
{
background-color: #F2C9E1;
}
.BgClassName
{
background-color: #F2C9E1;
}
</style>
border-color css
<style>
span { border-color: #F2C9E1; }
span { border-color: rgb(242,201,225); }
td.TdClassName
{
border-color: #F2C9E1;
}
.TagClassName
{
border-color: #F2C9E1;
}
</style>