Shades of Classic Rose #F2BEE2
Tints of Classic Rose #F2BEE2
RGB
CMYK
RGB Variations
Color information
#F2BEE2 (or 0xF2BEE2) is known color: Classic Rose. HEX triplet: F2, BE and E2. RGB value is (242,190,226). Sum of RGB (Red+Green+Blue) = 242+190+226=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 190 (74.61% from 255 or 28.88% from 658); Blue value is 226 (88.67% from 255 or 34.35% from 658); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BEE2 is #0D411D. Grayscale: #D1D1D1. Windows color (decimal): -868638 or 14860018. OLE color: 14860018.
HSL color Cylindrical-coordinate representation of color #F2BEE2: hue angle of 318.46º 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 #F2BEE2 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 226 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.05 |
| HSL | 318.46º | 0.67% | 0.85% | - |
| HSV(B) | 318.46º | 0.21% | 0.95% | - |
| XYZ | 68.76 | 61.2 | 80.14 | - |
| YUV | 209.65 | 137.23 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 226 | 0 | 0.21 | 0.07 | 0.05 | 318.46 | 0.67 | 0.85 |
| Hex | F2 | BE | E2 | 0 | 15 | 7 | 5 | 13E | 43 | 55 |
| Octal | 362 | 276 | 342 | 0 | 25 | 7 | 5 | 476 | 103 | 125 |
| Binary | 11110010 | 10111110 | 11100010 | 0 | 10101 | 111 | 101 | 100111110 | 1000011 | 1010101 |
Color Harmonies of #F2BEE2
Complementary color
Monochromatic Colors of #F2BEE2
Black with #F2BEE2
Text Example
Text Example
White with #F2BEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BEE2; }
p { color: rgb(242,190,226); }
H1.HeaderClassName
{
color: #F2BEE2;
}
.AnyTagClassName
{
color: #F2BEE2;
}
</style>
background-color css
<style>
a { background-color: #F2BEE2; }
a { background-color: rgb(242,190,226); }
div.DivClassName
{
background-color: #F2BEE2;
}
.BgClassName
{
background-color: #F2BEE2;
}
</style>
border-color css
<style>
span { border-color: #F2BEE2; }
span { border-color: rgb(242,190,226); }
td.TdClassName
{
border-color: #F2BEE2;
}
.TagClassName
{
border-color: #F2BEE2;
}
</style>