Shades of Classic Rose #F2BBE0
Tints of Classic Rose #F2BBE0
RGB
CMYK
RGB Variations
Color information
#F2BBE0 (or 0xF2BBE0) is known color: Classic Rose. HEX triplet: F2, BB and E0. RGB value is (242,187,224). Sum of RGB (Red+Green+Blue) = 242+187+224=653 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.06% from 653); Green value is 187 (73.44% from 255 or 28.64% from 653); Blue value is 224 (87.89% from 255 or 34.30% from 653); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBE0 is #0D441F. Grayscale: #CFCFCF. Windows color (decimal): -869408 or 14728178. OLE color: 14728178.
HSL color Cylindrical-coordinate representation of color #F2BBE0: hue angle of 319.64º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2BBE0 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 187 | 224 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.05 |
| HSL | 319.64º | 0.68% | 0.84% | - |
| HSV(B) | 319.64º | 0.23% | 0.95% | - |
| XYZ | 67.84 | 59.8 | 78.49 | - |
| YUV | 207.66 | 137.22 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 224 | 0 | 0.23 | 0.07 | 0.05 | 319.64 | 0.68 | 0.84 |
| Hex | F2 | BB | E0 | 0 | 17 | 7 | 5 | 140 | 44 | 54 |
| Octal | 362 | 273 | 340 | 0 | 27 | 7 | 5 | 500 | 104 | 124 |
| Binary | 11110010 | 10111011 | 11100000 | 0 | 10111 | 111 | 101 | 101000000 | 1000100 | 1010100 |
Color Harmonies of #F2BBE0
Complementary color
Monochromatic Colors of #F2BBE0
Black with #F2BBE0
Text Example
Text Example
White with #F2BBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BBE0; }
p { color: rgb(242,187,224); }
H1.HeaderClassName
{
color: #F2BBE0;
}
.AnyTagClassName
{
color: #F2BBE0;
}
</style>
background-color css
<style>
a { background-color: #F2BBE0; }
a { background-color: rgb(242,187,224); }
div.DivClassName
{
background-color: #F2BBE0;
}
.BgClassName
{
background-color: #F2BBE0;
}
</style>
border-color css
<style>
span { border-color: #F2BBE0; }
span { border-color: rgb(242,187,224); }
td.TdClassName
{
border-color: #F2BBE0;
}
.TagClassName
{
border-color: #F2BBE0;
}
</style>