Shades of Classic Rose #F2BEE0
Tints of Classic Rose #F2BEE0
RGB
CMYK
RGB Variations
Color information
#F2BEE0 (or 0xF2BEE0) is known color: Classic Rose. HEX triplet: F2, BE and E0. RGB value is (242,190,224). Sum of RGB (Red+Green+Blue) = 242+190+224=656 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.89% from 656); Green value is 190 (74.61% from 255 or 28.96% from 656); Blue value is 224 (87.89% from 255 or 34.15% from 656); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BEE0 is #0D411F. Grayscale: #D1D1D1. Windows color (decimal): -868640 or 14728946. OLE color: 14728946.
HSL color Cylindrical-coordinate representation of color #F2BEE0: hue angle of 320.77º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2BEE0 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 224 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.05 |
| HSL | 320.77º | 0.67% | 0.85% | - |
| HSV(B) | 320.77º | 0.21% | 0.95% | - |
| XYZ | 68.49 | 61.09 | 78.7 | - |
| YUV | 209.42 | 136.23 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 224 | 0 | 0.21 | 0.07 | 0.05 | 320.77 | 0.67 | 0.85 |
| Hex | F2 | BE | E0 | 0 | 15 | 7 | 5 | 141 | 43 | 55 |
| Octal | 362 | 276 | 340 | 0 | 25 | 7 | 5 | 501 | 103 | 125 |
| Binary | 11110010 | 10111110 | 11100000 | 0 | 10101 | 111 | 101 | 101000001 | 1000011 | 1010101 |
Color Harmonies of #F2BEE0
Complementary color
Monochromatic Colors of #F2BEE0
Black with #F2BEE0
Text Example
Text Example
White with #F2BEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BEE0; }
p { color: rgb(242,190,224); }
H1.HeaderClassName
{
color: #F2BEE0;
}
.AnyTagClassName
{
color: #F2BEE0;
}
</style>
background-color css
<style>
a { background-color: #F2BEE0; }
a { background-color: rgb(242,190,224); }
div.DivClassName
{
background-color: #F2BEE0;
}
.BgClassName
{
background-color: #F2BEE0;
}
</style>
border-color css
<style>
span { border-color: #F2BEE0; }
span { border-color: rgb(242,190,224); }
td.TdClassName
{
border-color: #F2BEE0;
}
.TagClassName
{
border-color: #F2BEE0;
}
</style>