Shades of Classic Rose #F8CAE5
Tints of Classic Rose #F8CAE5
RGB
CMYK
RGB Variations
Color information
#F8CAE5 (or 0xF8CAE5) is known color: Classic Rose. HEX triplet: F8, CA and E5. RGB value is (248,202,229). Sum of RGB (Red+Green+Blue) = 248+202+229=679 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.52% from 679); Green value is 202 (79.30% from 255 or 29.75% from 679); Blue value is 229 (89.84% from 255 or 33.73% from 679); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CAE5 is #07351A. Grayscale: #DADADA. Windows color (decimal): -472347 or 15059704. OLE color: 15059704.
HSL color Cylindrical-coordinate representation of color #F8CAE5: hue angle of 324.78º 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 #F8CAE5 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 202 | 229 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.03 |
| HSL | 324.78º | 0.77% | 0.88% | - |
| HSV(B) | 324.78º | 0.19% | 0.97% | - |
| XYZ | 73.97 | 67.85 | 83.33 | - |
| YUV | 218.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 202 | 229 | 0 | 0.19 | 0.08 | 0.03 | 324.78 | 0.77 | 0.88 |
| Hex | F8 | CA | E5 | 0 | 13 | 8 | 3 | 145 | 4D | 58 |
| Octal | 370 | 312 | 345 | 0 | 23 | 10 | 3 | 505 | 115 | 130 |
| Binary | 11111000 | 11001010 | 11100101 | 0 | 10011 | 1000 | 11 | 101000101 | 1001101 | 1011000 |
Color Harmonies of #F8CAE5
Complementary color
Monochromatic Colors of #F8CAE5
Black with #F8CAE5
Text Example
Text Example
White with #F8CAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CAE5; }
p { color: rgb(248,202,229); }
H1.HeaderClassName
{
color: #F8CAE5;
}
.AnyTagClassName
{
color: #F8CAE5;
}
</style>
background-color css
<style>
a { background-color: #F8CAE5; }
a { background-color: rgb(248,202,229); }
div.DivClassName
{
background-color: #F8CAE5;
}
.BgClassName
{
background-color: #F8CAE5;
}
</style>
border-color css
<style>
span { border-color: #F8CAE5; }
span { border-color: rgb(248,202,229); }
td.TdClassName
{
border-color: #F8CAE5;
}
.TagClassName
{
border-color: #F8CAE5;
}
</style>