Shades of Classic Rose #F8BBE2
Tints of Classic Rose #F8BBE2
RGB
CMYK
RGB Variations
Color information
#F8BBE2 (or 0xF8BBE2) is known color: Classic Rose. HEX triplet: F8, BB and E2. RGB value is (248,187,226). Sum of RGB (Red+Green+Blue) = 248+187+226=661 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.52% from 661); Green value is 187 (73.44% from 255 or 28.29% from 661); Blue value is 226 (88.67% from 255 or 34.19% from 661); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBE2 is #07441D. Grayscale: #D1D1D1. Windows color (decimal): -476190 or 14859256. OLE color: 14859256.
HSL color Cylindrical-coordinate representation of color #F8BBE2: hue angle of 321.64º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8BBE2 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 187 | 226 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.03 |
| HSL | 321.64º | 0.81% | 0.85% | - |
| HSV(B) | 321.64º | 0.25% | 0.97% | - |
| XYZ | 70.21 | 60.99 | 80.02 | - |
| YUV | 209.69 | 137.21 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 187 | 226 | 0 | 0.25 | 0.09 | 0.03 | 321.64 | 0.81 | 0.85 |
| Hex | F8 | BB | E2 | 0 | 19 | 9 | 3 | 142 | 51 | 55 |
| Octal | 370 | 273 | 342 | 0 | 31 | 11 | 3 | 502 | 121 | 125 |
| Binary | 11111000 | 10111011 | 11100010 | 0 | 11001 | 1001 | 11 | 101000010 | 1010001 | 1010101 |
Color Harmonies of #F8BBE2
Complementary color
Monochromatic Colors of #F8BBE2
Black with #F8BBE2
Text Example
Text Example
White with #F8BBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BBE2; }
p { color: rgb(248,187,226); }
H1.HeaderClassName
{
color: #F8BBE2;
}
.AnyTagClassName
{
color: #F8BBE2;
}
</style>
background-color css
<style>
a { background-color: #F8BBE2; }
a { background-color: rgb(248,187,226); }
div.DivClassName
{
background-color: #F8BBE2;
}
.BgClassName
{
background-color: #F8BBE2;
}
</style>
border-color css
<style>
span { border-color: #F8BBE2; }
span { border-color: rgb(248,187,226); }
td.TdClassName
{
border-color: #F8BBE2;
}
.TagClassName
{
border-color: #F8BBE2;
}
</style>