Shades of Classic Rose #F8BBE0
Tints of Classic Rose #F8BBE0
RGB
CMYK
RGB Variations
Color information
#F8BBE0 (or 0xF8BBE0) is known color: Classic Rose. HEX triplet: F8, BB and E0. RGB value is (248,187,224). Sum of RGB (Red+Green+Blue) = 248+187+224=659 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.63% from 659); Green value is 187 (73.44% from 255 or 28.38% from 659); Blue value is 224 (87.89% from 255 or 33.99% from 659); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBE0 is #07441F. Grayscale: #D1D1D1. Windows color (decimal): -476192 or 14728184. OLE color: 14728184.
HSL color Cylindrical-coordinate representation of color #F8BBE0: hue angle of 323.61º 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 #F8BBE0 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 187 | 224 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.03 |
| HSL | 323.61º | 0.81% | 0.85% | - |
| HSV(B) | 323.61º | 0.25% | 0.97% | - |
| XYZ | 69.94 | 60.88 | 78.59 | - |
| YUV | 209.46 | 136.21 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 187 | 224 | 0 | 0.25 | 0.10 | 0.03 | 323.61 | 0.81 | 0.85 |
| Hex | F8 | BB | E0 | 0 | 19 | A | 3 | 144 | 51 | 55 |
| Octal | 370 | 273 | 340 | 0 | 31 | 12 | 3 | 504 | 121 | 125 |
| Binary | 11111000 | 10111011 | 11100000 | 0 | 11001 | 1010 | 11 | 101000100 | 1010001 | 1010101 |
Color Harmonies of #F8BBE0
Complementary color
Monochromatic Colors of #F8BBE0
Black with #F8BBE0
Text Example
Text Example
White with #F8BBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BBE0; }
p { color: rgb(248,187,224); }
H1.HeaderClassName
{
color: #F8BBE0;
}
.AnyTagClassName
{
color: #F8BBE0;
}
</style>
background-color css
<style>
a { background-color: #F8BBE0; }
a { background-color: rgb(248,187,224); }
div.DivClassName
{
background-color: #F8BBE0;
}
.BgClassName
{
background-color: #F8BBE0;
}
</style>
border-color css
<style>
span { border-color: #F8BBE0; }
span { border-color: rgb(248,187,224); }
td.TdClassName
{
border-color: #F8BBE0;
}
.TagClassName
{
border-color: #F8BBE0;
}
</style>