Shades of Classic Rose #F2BBE1
Tints of Classic Rose #F2BBE1
RGB
CMYK
RGB Variations
Color information
#F2BBE1 (or 0xF2BBE1) is known color: Classic Rose. HEX triplet: F2, BB and E1. RGB value is (242,187,225). Sum of RGB (Red+Green+Blue) = 242+187+225=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 187 (73.44% from 255 or 28.59% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBE1 is #0D441E. Grayscale: #CFCFCF. Windows color (decimal): -869407 or 14793714. OLE color: 14793714.
HSL color Cylindrical-coordinate representation of color #F2BBE1: hue angle of 318.55º 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 #F2BBE1 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 187 | 225 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.05 |
| HSL | 318.55º | 0.68% | 0.84% | - |
| HSV(B) | 318.55º | 0.23% | 0.95% | - |
| XYZ | 67.98 | 59.85 | 79.2 | - |
| YUV | 207.78 | 137.72 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 225 | 0 | 0.23 | 0.07 | 0.05 | 318.55 | 0.68 | 0.84 |
| Hex | F2 | BB | E1 | 0 | 17 | 7 | 5 | 13F | 44 | 54 |
| Octal | 362 | 273 | 341 | 0 | 27 | 7 | 5 | 477 | 104 | 124 |
| Binary | 11110010 | 10111011 | 11100001 | 0 | 10111 | 111 | 101 | 100111111 | 1000100 | 1010100 |
Color Harmonies of #F2BBE1
Complementary color
Monochromatic Colors of #F2BBE1
Black with #F2BBE1
Text Example
Text Example
White with #F2BBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BBE1; }
p { color: rgb(242,187,225); }
H1.HeaderClassName
{
color: #F2BBE1;
}
.AnyTagClassName
{
color: #F2BBE1;
}
</style>
background-color css
<style>
a { background-color: #F2BBE1; }
a { background-color: rgb(242,187,225); }
div.DivClassName
{
background-color: #F2BBE1;
}
.BgClassName
{
background-color: #F2BBE1;
}
</style>
border-color css
<style>
span { border-color: #F2BBE1; }
span { border-color: rgb(242,187,225); }
td.TdClassName
{
border-color: #F2BBE1;
}
.TagClassName
{
border-color: #F2BBE1;
}
</style>