Shades of Classic Rose #F2CFE9
Tints of Classic Rose #F2CFE9
RGB
CMYK
RGB Variations
Color information
#F2CFE9 (or 0xF2CFE9) is known color: Classic Rose. HEX triplet: F2, CF and E9. RGB value is (242,207,233). Sum of RGB (Red+Green+Blue) = 242+207+233=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 207 (81.25% from 255 or 30.35% from 682); Blue value is 233 (91.41% from 255 or 34.16% from 682); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CFE9 is #0D3016. Grayscale: #DCDCDC. Windows color (decimal): -864279 or 15323122. OLE color: 15323122.
HSL color Cylindrical-coordinate representation of color #F2CFE9: hue angle of 315.43º 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 #F2CFE9 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 233 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.05 |
| HSL | 315.43º | 0.57% | 0.88% | - |
| HSV(B) | 315.43º | 0.14% | 0.95% | - |
| XYZ | 73.64 | 69.39 | 86.6 | - |
| YUV | 220.43 | 135.1 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 233 | 0 | 0.14 | 0.04 | 0.05 | 315.43 | 0.57 | 0.88 |
| Hex | F2 | CF | E9 | 0 | E | 4 | 5 | 13B | 39 | 58 |
| Octal | 362 | 317 | 351 | 0 | 16 | 4 | 5 | 473 | 71 | 130 |
| Binary | 11110010 | 11001111 | 11101001 | 0 | 1110 | 100 | 101 | 100111011 | 111001 | 1011000 |
Color Harmonies of #F2CFE9
Complementary color
Monochromatic Colors of #F2CFE9
Black with #F2CFE9
Text Example
Text Example
White with #F2CFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CFE9; }
p { color: rgb(242,207,233); }
H1.HeaderClassName
{
color: #F2CFE9;
}
.AnyTagClassName
{
color: #F2CFE9;
}
</style>
background-color css
<style>
a { background-color: #F2CFE9; }
a { background-color: rgb(242,207,233); }
div.DivClassName
{
background-color: #F2CFE9;
}
.BgClassName
{
background-color: #F2CFE9;
}
</style>
border-color css
<style>
span { border-color: #F2CFE9; }
span { border-color: rgb(242,207,233); }
td.TdClassName
{
border-color: #F2CFE9;
}
.TagClassName
{
border-color: #F2CFE9;
}
</style>