Shades of Classic Rose #F2BEE3
Tints of Classic Rose #F2BEE3
RGB
CMYK
RGB Variations
Color information
#F2BEE3 (or 0xF2BEE3) is known color: Classic Rose. HEX triplet: F2, BE and E3. RGB value is (242,190,227). Sum of RGB (Red+Green+Blue) = 242+190+227=659 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.72% from 659); Green value is 190 (74.61% from 255 or 28.83% from 659); Blue value is 227 (89.06% from 255 or 34.45% from 659); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BEE3 is #0D411C. Grayscale: #D1D1D1. Windows color (decimal): -868637 or 14925554. OLE color: 14925554.
HSL color Cylindrical-coordinate representation of color #F2BEE3: hue angle of 317.31º 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 #F2BEE3 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 227 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.05 |
| HSL | 317.31º | 0.67% | 0.85% | - |
| HSV(B) | 317.31º | 0.21% | 0.95% | - |
| XYZ | 68.9 | 61.25 | 80.86 | - |
| YUV | 209.77 | 137.73 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 227 | 0 | 0.21 | 0.06 | 0.05 | 317.31 | 0.67 | 0.85 |
| Hex | F2 | BE | E3 | 0 | 15 | 6 | 5 | 13D | 43 | 55 |
| Octal | 362 | 276 | 343 | 0 | 25 | 6 | 5 | 475 | 103 | 125 |
| Binary | 11110010 | 10111110 | 11100011 | 0 | 10101 | 110 | 101 | 100111101 | 1000011 | 1010101 |
Color Harmonies of #F2BEE3
Complementary color
Monochromatic Colors of #F2BEE3
Black with #F2BEE3
Text Example
Text Example
White with #F2BEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BEE3; }
p { color: rgb(242,190,227); }
H1.HeaderClassName
{
color: #F2BEE3;
}
.AnyTagClassName
{
color: #F2BEE3;
}
</style>
background-color css
<style>
a { background-color: #F2BEE3; }
a { background-color: rgb(242,190,227); }
div.DivClassName
{
background-color: #F2BEE3;
}
.BgClassName
{
background-color: #F2BEE3;
}
</style>
border-color css
<style>
span { border-color: #F2BEE3; }
span { border-color: rgb(242,190,227); }
td.TdClassName
{
border-color: #F2BEE3;
}
.TagClassName
{
border-color: #F2BEE3;
}
</style>