Shades of Classic Rose #F9BBE1
Tints of Classic Rose #F9BBE1
RGB
CMYK
RGB Variations
Color information
#F9BBE1 (or 0xF9BBE1) is known color: Classic Rose. HEX triplet: F9, BB and E1. RGB value is (249,187,225). Sum of RGB (Red+Green+Blue) = 249+187+225=661 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.67% from 661); Green value is 187 (73.44% from 255 or 28.29% from 661); Blue value is 225 (88.28% from 255 or 34.04% from 661); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BBE1 is #06441E. Grayscale: #D1D1D1. Windows color (decimal): -410655 or 14793721. OLE color: 14793721.
HSL color Cylindrical-coordinate representation of color #F9BBE1: hue angle of 323.23º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F9BBE1 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 187 | 225 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.02 |
| HSL | 323.23º | 0.84% | 0.85% | - |
| HSV(B) | 323.23º | 0.25% | 0.98% | - |
| XYZ | 70.43 | 61.12 | 79.32 | - |
| YUV | 209.87 | 136.54 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 187 | 225 | 0 | 0.25 | 0.10 | 0.02 | 323.23 | 0.84 | 0.85 |
| Hex | F9 | BB | E1 | 0 | 19 | A | 2 | 143 | 54 | 55 |
| Octal | 371 | 273 | 341 | 0 | 31 | 12 | 2 | 503 | 124 | 125 |
| Binary | 11111001 | 10111011 | 11100001 | 0 | 11001 | 1010 | 10 | 101000011 | 1010100 | 1010101 |
Color Harmonies of #F9BBE1
Complementary color
Monochromatic Colors of #F9BBE1
Black with #F9BBE1
Text Example
Text Example
White with #F9BBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BBE1; }
p { color: rgb(249,187,225); }
H1.HeaderClassName
{
color: #F9BBE1;
}
.AnyTagClassName
{
color: #F9BBE1;
}
</style>
background-color css
<style>
a { background-color: #F9BBE1; }
a { background-color: rgb(249,187,225); }
div.DivClassName
{
background-color: #F9BBE1;
}
.BgClassName
{
background-color: #F9BBE1;
}
</style>
border-color css
<style>
span { border-color: #F9BBE1; }
span { border-color: rgb(249,187,225); }
td.TdClassName
{
border-color: #F9BBE1;
}
.TagClassName
{
border-color: #F9BBE1;
}
</style>