Shades of Classic Rose #F8BBE1
Tints of Classic Rose #F8BBE1
RGB
CMYK
RGB Variations
Color information
#F8BBE1 (or 0xF8BBE1) is known color: Classic Rose. HEX triplet: F8, BB and E1. RGB value is (248,187,225). Sum of RGB (Red+Green+Blue) = 248+187+225=660 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.58% from 660); Green value is 187 (73.44% from 255 or 28.33% from 660); Blue value is 225 (88.28% from 255 or 34.09% from 660); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBE1 is #07441E. Grayscale: #D1D1D1. Windows color (decimal): -476191 or 14793720. OLE color: 14793720.
HSL color Cylindrical-coordinate representation of color #F8BBE1: hue angle of 322.62º 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 #F8BBE1 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 187 | 225 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.03 |
| HSL | 322.62º | 0.81% | 0.85% | - |
| HSV(B) | 322.62º | 0.25% | 0.97% | - |
| XYZ | 70.07 | 60.93 | 79.3 | - |
| YUV | 209.57 | 136.71 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 187 | 225 | 0 | 0.25 | 0.09 | 0.03 | 322.62 | 0.81 | 0.85 |
| Hex | F8 | BB | E1 | 0 | 19 | 9 | 3 | 143 | 51 | 55 |
| Octal | 370 | 273 | 341 | 0 | 31 | 11 | 3 | 503 | 121 | 125 |
| Binary | 11111000 | 10111011 | 11100001 | 0 | 11001 | 1001 | 11 | 101000011 | 1010001 | 1010101 |
Color Harmonies of #F8BBE1
Complementary color
Monochromatic Colors of #F8BBE1
Black with #F8BBE1
Text Example
Text Example
White with #F8BBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BBE1; }
p { color: rgb(248,187,225); }
H1.HeaderClassName
{
color: #F8BBE1;
}
.AnyTagClassName
{
color: #F8BBE1;
}
</style>
background-color css
<style>
a { background-color: #F8BBE1; }
a { background-color: rgb(248,187,225); }
div.DivClassName
{
background-color: #F8BBE1;
}
.BgClassName
{
background-color: #F8BBE1;
}
</style>
border-color css
<style>
span { border-color: #F8BBE1; }
span { border-color: rgb(248,187,225); }
td.TdClassName
{
border-color: #F8BBE1;
}
.TagClassName
{
border-color: #F8BBE1;
}
</style>