Shades of Classic Rose #F0CAE4
Tints of Classic Rose #F0CAE4
RGB
CMYK
RGB Variations
Color information
#F0CAE4 (or 0xF0CAE4) is known color: Classic Rose. HEX triplet: F0, CA and E4. RGB value is (240,202,228). Sum of RGB (Red+Green+Blue) = 240+202+228=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 202 (79.30% from 255 or 30.15% from 670); Blue value is 228 (89.45% from 255 or 34.03% from 670); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CAE4 is #0F351B. Grayscale: #D8D8D8. Windows color (decimal): -996636 or 14994160. OLE color: 14994160.
HSL color Cylindrical-coordinate representation of color #F0CAE4: hue angle of 318.95º 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 #F0CAE4 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 202 | 228 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.06 |
| HSL | 318.95º | 0.56% | 0.87% | - |
| HSV(B) | 318.95º | 0.16% | 0.94% | - |
| XYZ | 71.06 | 66.37 | 82.46 | - |
| YUV | 216.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 202 | 228 | 0 | 0.16 | 0.05 | 0.06 | 318.95 | 0.56 | 0.87 |
| Hex | F0 | CA | E4 | 0 | 10 | 5 | 6 | 13F | 38 | 57 |
| Octal | 360 | 312 | 344 | 0 | 20 | 5 | 6 | 477 | 70 | 127 |
| Binary | 11110000 | 11001010 | 11100100 | 0 | 10000 | 101 | 110 | 100111111 | 111000 | 1010111 |
Color Harmonies of #F0CAE4
Complementary color
Monochromatic Colors of #F0CAE4
Black with #F0CAE4
Text Example
Text Example
White with #F0CAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CAE4; }
p { color: rgb(240,202,228); }
H1.HeaderClassName
{
color: #F0CAE4;
}
.AnyTagClassName
{
color: #F0CAE4;
}
</style>
background-color css
<style>
a { background-color: #F0CAE4; }
a { background-color: rgb(240,202,228); }
div.DivClassName
{
background-color: #F0CAE4;
}
.BgClassName
{
background-color: #F0CAE4;
}
</style>
border-color css
<style>
span { border-color: #F0CAE4; }
span { border-color: rgb(240,202,228); }
td.TdClassName
{
border-color: #F0CAE4;
}
.TagClassName
{
border-color: #F0CAE4;
}
</style>