Shades of Classic Rose #F2CDE0
Tints of Classic Rose #F2CDE0
RGB
CMYK
RGB Variations
Color information
#F2CDE0 (or 0xF2CDE0) is known color: Classic Rose. HEX triplet: F2, CD and E0. RGB value is (242,205,224). Sum of RGB (Red+Green+Blue) = 242+205+224=671 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.07% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 224 (87.89% from 255 or 33.38% from 671); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CDE0 is #0D321F. Grayscale: #DADADA. Windows color (decimal): -864800 or 14732786. OLE color: 14732786.
HSL color Cylindrical-coordinate representation of color #F2CDE0: hue angle of 329.19º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2CDE0 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 205 | 224 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.05 |
| HSL | 329.19º | 0.59% | 0.88% | - |
| HSV(B) | 329.19º | 0.15% | 0.95% | - |
| XYZ | 71.9 | 67.92 | 79.84 | - |
| YUV | 218.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 205 | 224 | 0 | 0.15 | 0.07 | 0.05 | 329.19 | 0.59 | 0.88 |
| Hex | F2 | CD | E0 | 0 | F | 7 | 5 | 149 | 3B | 58 |
| Octal | 362 | 315 | 340 | 0 | 17 | 7 | 5 | 511 | 73 | 130 |
| Binary | 11110010 | 11001101 | 11100000 | 0 | 1111 | 111 | 101 | 101001001 | 111011 | 1011000 |
Color Harmonies of #F2CDE0
Complementary color
Monochromatic Colors of #F2CDE0
Black with #F2CDE0
Text Example
Text Example
White with #F2CDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CDE0; }
p { color: rgb(242,205,224); }
H1.HeaderClassName
{
color: #F2CDE0;
}
.AnyTagClassName
{
color: #F2CDE0;
}
</style>
background-color css
<style>
a { background-color: #F2CDE0; }
a { background-color: rgb(242,205,224); }
div.DivClassName
{
background-color: #F2CDE0;
}
.BgClassName
{
background-color: #F2CDE0;
}
</style>
border-color css
<style>
span { border-color: #F2CDE0; }
span { border-color: rgb(242,205,224); }
td.TdClassName
{
border-color: #F2CDE0;
}
.TagClassName
{
border-color: #F2CDE0;
}
</style>