Shades of Classic Rose #F8CAE9
Tints of Classic Rose #F8CAE9
RGB
CMYK
RGB Variations
Color information
#F8CAE9 (or 0xF8CAE9) is known color: Classic Rose. HEX triplet: F8, CA and E9. RGB value is (248,202,233). Sum of RGB (Red+Green+Blue) = 248+202+233=683 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.31% from 683); Green value is 202 (79.30% from 255 or 29.58% from 683); Blue value is 233 (91.41% from 255 or 34.11% from 683); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CAE9 is #073516. Grayscale: #DBDBDB. Windows color (decimal): -472343 or 15321848. OLE color: 15321848.
HSL color Cylindrical-coordinate representation of color #F8CAE9: hue angle of 319.57º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8CAE9 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 202 | 233 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.03 |
| HSL | 319.57º | 0.77% | 0.88% | - |
| HSV(B) | 319.57º | 0.19% | 0.97% | - |
| XYZ | 74.54 | 68.08 | 86.3 | - |
| YUV | 219.29 | 135.74 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 202 | 233 | 0 | 0.19 | 0.06 | 0.03 | 319.57 | 0.77 | 0.88 |
| Hex | F8 | CA | E9 | 0 | 13 | 6 | 3 | 140 | 4D | 58 |
| Octal | 370 | 312 | 351 | 0 | 23 | 6 | 3 | 500 | 115 | 130 |
| Binary | 11111000 | 11001010 | 11101001 | 0 | 10011 | 110 | 11 | 101000000 | 1001101 | 1011000 |
Color Harmonies of #F8CAE9
Complementary color
Monochromatic Colors of #F8CAE9
Black with #F8CAE9
Text Example
Text Example
White with #F8CAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CAE9; }
p { color: rgb(248,202,233); }
H1.HeaderClassName
{
color: #F8CAE9;
}
.AnyTagClassName
{
color: #F8CAE9;
}
</style>
background-color css
<style>
a { background-color: #F8CAE9; }
a { background-color: rgb(248,202,233); }
div.DivClassName
{
background-color: #F8CAE9;
}
.BgClassName
{
background-color: #F8CAE9;
}
</style>
border-color css
<style>
span { border-color: #F8CAE9; }
span { border-color: rgb(248,202,233); }
td.TdClassName
{
border-color: #F8CAE9;
}
.TagClassName
{
border-color: #F8CAE9;
}
</style>