Shades of Classic Rose #F2CFE0
Tints of Classic Rose #F2CFE0
RGB
CMYK
RGB Variations
Color information
#F2CFE0 (or 0xF2CFE0) is known color: Classic Rose. HEX triplet: F2, CF and E0. RGB value is (242,207,224). Sum of RGB (Red+Green+Blue) = 242+207+224=673 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.96% from 673); Green value is 207 (81.25% from 255 or 30.76% from 673); Blue value is 224 (87.89% from 255 or 33.28% from 673); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CFE0 is #0D301F. Grayscale: #DBDBDB. Windows color (decimal): -864288 or 14733298. OLE color: 14733298.
HSL color Cylindrical-coordinate representation of color #F2CFE0: hue angle of 330.86º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F2CFE0 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 224 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.05 |
| HSL | 330.86º | 0.57% | 0.88% | - |
| HSV(B) | 330.86º | 0.14% | 0.95% | - |
| XYZ | 72.39 | 68.88 | 80 | - |
| YUV | 219.4 | 130.6 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 224 | 0 | 0.14 | 0.07 | 0.05 | 330.86 | 0.57 | 0.88 |
| Hex | F2 | CF | E0 | 0 | E | 7 | 5 | 14B | 39 | 58 |
| Octal | 362 | 317 | 340 | 0 | 16 | 7 | 5 | 513 | 71 | 130 |
| Binary | 11110010 | 11001111 | 11100000 | 0 | 1110 | 111 | 101 | 101001011 | 111001 | 1011000 |
Color Harmonies of #F2CFE0
Complementary color
Monochromatic Colors of #F2CFE0
Black with #F2CFE0
Text Example
Text Example
White with #F2CFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CFE0; }
p { color: rgb(242,207,224); }
H1.HeaderClassName
{
color: #F2CFE0;
}
.AnyTagClassName
{
color: #F2CFE0;
}
</style>
background-color css
<style>
a { background-color: #F2CFE0; }
a { background-color: rgb(242,207,224); }
div.DivClassName
{
background-color: #F2CFE0;
}
.BgClassName
{
background-color: #F2CFE0;
}
</style>
border-color css
<style>
span { border-color: #F2CFE0; }
span { border-color: rgb(242,207,224); }
td.TdClassName
{
border-color: #F2CFE0;
}
.TagClassName
{
border-color: #F2CFE0;
}
</style>