Shades of Classic Rose #F9CAE8
Tints of Classic Rose #F9CAE8
RGB
CMYK
RGB Variations
Color information
#F9CAE8 (or 0xF9CAE8) is known color: Classic Rose. HEX triplet: F9, CA and E8. RGB value is (249,202,232). Sum of RGB (Red+Green+Blue) = 249+202+232=683 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.46% from 683); Green value is 202 (79.30% from 255 or 29.58% from 683); Blue value is 232 (91.02% from 255 or 33.97% from 683); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CAE8 is #063517. Grayscale: #DBDBDB. Windows color (decimal): -406808 or 15256313. OLE color: 15256313.
HSL color Cylindrical-coordinate representation of color #F9CAE8: hue angle of 321.7º 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 #F9CAE8 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 202 | 232 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.02 |
| HSL | 321.7º | 0.8% | 0.88% | - |
| HSV(B) | 321.7º | 0.19% | 0.98% | - |
| XYZ | 74.75 | 68.21 | 85.57 | - |
| YUV | 219.47 | 135.07 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 202 | 232 | 0 | 0.19 | 0.07 | 0.02 | 321.7 | 0.8 | 0.88 |
| Hex | F9 | CA | E8 | 0 | 13 | 7 | 2 | 142 | 50 | 58 |
| Octal | 371 | 312 | 350 | 0 | 23 | 7 | 2 | 502 | 120 | 130 |
| Binary | 11111001 | 11001010 | 11101000 | 0 | 10011 | 111 | 10 | 101000010 | 1010000 | 1011000 |
Color Harmonies of #F9CAE8
Complementary color
Monochromatic Colors of #F9CAE8
Black with #F9CAE8
Text Example
Text Example
White with #F9CAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CAE8; }
p { color: rgb(249,202,232); }
H1.HeaderClassName
{
color: #F9CAE8;
}
.AnyTagClassName
{
color: #F9CAE8;
}
</style>
background-color css
<style>
a { background-color: #F9CAE8; }
a { background-color: rgb(249,202,232); }
div.DivClassName
{
background-color: #F9CAE8;
}
.BgClassName
{
background-color: #F9CAE8;
}
</style>
border-color css
<style>
span { border-color: #F9CAE8; }
span { border-color: rgb(249,202,232); }
td.TdClassName
{
border-color: #F9CAE8;
}
.TagClassName
{
border-color: #F9CAE8;
}
</style>