Shades of Classic Rose #F0CAE5
Tints of Classic Rose #F0CAE5
RGB
CMYK
RGB Variations
Color information
#F0CAE5 (or 0xF0CAE5) is known color: Classic Rose. HEX triplet: F0, CA and E5. RGB value is (240,202,229). Sum of RGB (Red+Green+Blue) = 240+202+229=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 202 (79.30% from 255 or 30.10% from 671); Blue value is 229 (89.84% from 255 or 34.13% from 671); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CAE5 is #0F351A. Grayscale: #D8D8D8. Windows color (decimal): -996635 or 15059696. OLE color: 15059696.
HSL color Cylindrical-coordinate representation of color #F0CAE5: hue angle of 317.37º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0CAE5 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 202 | 229 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.06 |
| HSL | 317.37º | 0.56% | 0.87% | - |
| HSV(B) | 317.37º | 0.16% | 0.94% | - |
| XYZ | 71.2 | 66.42 | 83.2 | - |
| YUV | 216.44 | 135.09 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 202 | 229 | 0 | 0.16 | 0.05 | 0.06 | 317.37 | 0.56 | 0.87 |
| Hex | F0 | CA | E5 | 0 | 10 | 5 | 6 | 13D | 38 | 57 |
| Octal | 360 | 312 | 345 | 0 | 20 | 5 | 6 | 475 | 70 | 127 |
| Binary | 11110000 | 11001010 | 11100101 | 0 | 10000 | 101 | 110 | 100111101 | 111000 | 1010111 |
Color Harmonies of #F0CAE5
Complementary color
Monochromatic Colors of #F0CAE5
Black with #F0CAE5
Text Example
Text Example
White with #F0CAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CAE5; }
p { color: rgb(240,202,229); }
H1.HeaderClassName
{
color: #F0CAE5;
}
.AnyTagClassName
{
color: #F0CAE5;
}
</style>
background-color css
<style>
a { background-color: #F0CAE5; }
a { background-color: rgb(240,202,229); }
div.DivClassName
{
background-color: #F0CAE5;
}
.BgClassName
{
background-color: #F0CAE5;
}
</style>
border-color css
<style>
span { border-color: #F0CAE5; }
span { border-color: rgb(240,202,229); }
td.TdClassName
{
border-color: #F0CAE5;
}
.TagClassName
{
border-color: #F0CAE5;
}
</style>