Shades of Classic Rose #F2CAE1
Tints of Classic Rose #F2CAE1
RGB
CMYK
RGB Variations
Color information
#F2CAE1 (or 0xF2CAE1) is known color: Classic Rose. HEX triplet: F2, CA and E1. RGB value is (242,202,225). Sum of RGB (Red+Green+Blue) = 242+202+225=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 225 (88.28% from 255 or 33.63% from 669); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CAE1 is #0D351E. Grayscale: #D8D8D8. Windows color (decimal): -865567 or 14797554. OLE color: 14797554.
HSL color Cylindrical-coordinate representation of color #F2CAE1: hue angle of 325.5º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2CAE1 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 202 | 225 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.05 |
| HSL | 325.5º | 0.61% | 0.87% | - |
| HSV(B) | 325.5º | 0.17% | 0.95% | - |
| XYZ | 71.33 | 66.55 | 80.32 | - |
| YUV | 216.58 | 132.75 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 202 | 225 | 0 | 0.17 | 0.07 | 0.05 | 325.5 | 0.61 | 0.87 |
| Hex | F2 | CA | E1 | 0 | 11 | 7 | 5 | 146 | 3D | 57 |
| Octal | 362 | 312 | 341 | 0 | 21 | 7 | 5 | 506 | 75 | 127 |
| Binary | 11110010 | 11001010 | 11100001 | 0 | 10001 | 111 | 101 | 101000110 | 111101 | 1010111 |
Color Harmonies of #F2CAE1
Complementary color
Monochromatic Colors of #F2CAE1
Black with #F2CAE1
Text Example
Text Example
White with #F2CAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CAE1; }
p { color: rgb(242,202,225); }
H1.HeaderClassName
{
color: #F2CAE1;
}
.AnyTagClassName
{
color: #F2CAE1;
}
</style>
background-color css
<style>
a { background-color: #F2CAE1; }
a { background-color: rgb(242,202,225); }
div.DivClassName
{
background-color: #F2CAE1;
}
.BgClassName
{
background-color: #F2CAE1;
}
</style>
border-color css
<style>
span { border-color: #F2CAE1; }
span { border-color: rgb(242,202,225); }
td.TdClassName
{
border-color: #F2CAE1;
}
.TagClassName
{
border-color: #F2CAE1;
}
</style>