Shades of Classic Rose #F0CAE0
Tints of Classic Rose #F0CAE0
RGB
CMYK
RGB Variations
Color information
#F0CAE0 (or 0xF0CAE0) is known color: Classic Rose. HEX triplet: F0, CA and E0. RGB value is (240,202,224). Sum of RGB (Red+Green+Blue) = 240+202+224=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 224 (87.89% from 255 or 33.63% from 666); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CAE0 is #0F351F. Grayscale: #D7D7D7. Windows color (decimal): -996640 or 14732016. OLE color: 14732016.
HSL color Cylindrical-coordinate representation of color #F0CAE0: hue angle of 325.26º 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 #F0CAE0 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 202 | 224 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.06 |
| HSL | 325.26º | 0.56% | 0.87% | - |
| HSV(B) | 325.26º | 0.16% | 0.94% | - |
| XYZ | 70.51 | 66.15 | 79.57 | - |
| YUV | 215.87 | 132.59 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 202 | 224 | 0 | 0.16 | 0.07 | 0.06 | 325.26 | 0.56 | 0.87 |
| Hex | F0 | CA | E0 | 0 | 10 | 7 | 6 | 145 | 38 | 57 |
| Octal | 360 | 312 | 340 | 0 | 20 | 7 | 6 | 505 | 70 | 127 |
| Binary | 11110000 | 11001010 | 11100000 | 0 | 10000 | 111 | 110 | 101000101 | 111000 | 1010111 |
Color Harmonies of #F0CAE0
Complementary color
Monochromatic Colors of #F0CAE0
Black with #F0CAE0
Text Example
Text Example
White with #F0CAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CAE0; }
p { color: rgb(240,202,224); }
H1.HeaderClassName
{
color: #F0CAE0;
}
.AnyTagClassName
{
color: #F0CAE0;
}
</style>
background-color css
<style>
a { background-color: #F0CAE0; }
a { background-color: rgb(240,202,224); }
div.DivClassName
{
background-color: #F0CAE0;
}
.BgClassName
{
background-color: #F0CAE0;
}
</style>
border-color css
<style>
span { border-color: #F0CAE0; }
span { border-color: rgb(240,202,224); }
td.TdClassName
{
border-color: #F0CAE0;
}
.TagClassName
{
border-color: #F0CAE0;
}
</style>