Shades of Lavender Rose #F9BAE8
Tints of Lavender Rose #F9BAE8
RGB
CMYK
RGB Variations
Color information
#F9BAE8 (or 0xF9BAE8) is known color: Lavender Rose. HEX triplet: F9, BA and E8. RGB value is (249,186,232). Sum of RGB (Red+Green+Blue) = 249+186+232=667 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.33% from 667); Green value is 186 (73.05% from 255 or 27.89% from 667); Blue value is 232 (91.02% from 255 or 34.78% from 667); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BAE8 is #064517. Grayscale: #D1D1D1. Windows color (decimal): -410904 or 15252217. OLE color: 15252217.
HSL color Cylindrical-coordinate representation of color #F9BAE8: hue angle of 316.19º 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 #F9BAE8 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 232 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.02 |
| HSL | 316.19º | 0.84% | 0.85% | - |
| HSV(B) | 316.19º | 0.25% | 0.98% | - |
| XYZ | 71.19 | 61.08 | 84.38 | - |
| YUV | 210.08 | 140.37 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 232 | 0 | 0.25 | 0.07 | 0.02 | 316.19 | 0.84 | 0.85 |
| Hex | F9 | BA | E8 | 0 | 19 | 7 | 2 | 13C | 54 | 55 |
| Octal | 371 | 272 | 350 | 0 | 31 | 7 | 2 | 474 | 124 | 125 |
| Binary | 11111001 | 10111010 | 11101000 | 0 | 11001 | 111 | 10 | 100111100 | 1010100 | 1010101 |
Color Harmonies of #F9BAE8
Complementary color
Monochromatic Colors of #F9BAE8
Black with #F9BAE8
Text Example
Text Example
White with #F9BAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BAE8; }
p { color: rgb(249,186,232); }
H1.HeaderClassName
{
color: #F9BAE8;
}
.AnyTagClassName
{
color: #F9BAE8;
}
</style>
background-color css
<style>
a { background-color: #F9BAE8; }
a { background-color: rgb(249,186,232); }
div.DivClassName
{
background-color: #F9BAE8;
}
.BgClassName
{
background-color: #F9BAE8;
}
</style>
border-color css
<style>
span { border-color: #F9BAE8; }
span { border-color: rgb(249,186,232); }
td.TdClassName
{
border-color: #F9BAE8;
}
.TagClassName
{
border-color: #F9BAE8;
}
</style>