Shades of Classic Rose #F9CAE2
Tints of Classic Rose #F9CAE2
RGB
CMYK
RGB Variations
Color information
#F9CAE2 (or 0xF9CAE2) is known color: Classic Rose. HEX triplet: F9, CA and E2. RGB value is (249,202,226). Sum of RGB (Red+Green+Blue) = 249+202+226=677 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.78% from 677); Green value is 202 (79.30% from 255 or 29.84% from 677); Blue value is 226 (88.67% from 255 or 33.38% from 677); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CAE2 is #06351D. Grayscale: #DADADA. Windows color (decimal): -406814 or 14863097. OLE color: 14863097.
HSL color Cylindrical-coordinate representation of color #F9CAE2: hue angle of 329.36º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F9CAE2 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 202 | 226 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.02 |
| HSL | 329.36º | 0.8% | 0.88% | - |
| HSV(B) | 329.36º | 0.19% | 0.98% | - |
| XYZ | 73.91 | 67.87 | 81.16 | - |
| YUV | 218.79 | 132.07 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 202 | 226 | 0 | 0.19 | 0.09 | 0.02 | 329.36 | 0.8 | 0.88 |
| Hex | F9 | CA | E2 | 0 | 13 | 9 | 2 | 149 | 50 | 58 |
| Octal | 371 | 312 | 342 | 0 | 23 | 11 | 2 | 511 | 120 | 130 |
| Binary | 11111001 | 11001010 | 11100010 | 0 | 10011 | 1001 | 10 | 101001001 | 1010000 | 1011000 |
Color Harmonies of #F9CAE2
Complementary color
Monochromatic Colors of #F9CAE2
Black with #F9CAE2
Text Example
Text Example
White with #F9CAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CAE2; }
p { color: rgb(249,202,226); }
H1.HeaderClassName
{
color: #F9CAE2;
}
.AnyTagClassName
{
color: #F9CAE2;
}
</style>
background-color css
<style>
a { background-color: #F9CAE2; }
a { background-color: rgb(249,202,226); }
div.DivClassName
{
background-color: #F9CAE2;
}
.BgClassName
{
background-color: #F9CAE2;
}
</style>
border-color css
<style>
span { border-color: #F9CAE2; }
span { border-color: rgb(249,202,226); }
td.TdClassName
{
border-color: #F9CAE2;
}
.TagClassName
{
border-color: #F9CAE2;
}
</style>