Shades of Lavender Rose #F9BAE6
Tints of Lavender Rose #F9BAE6
RGB
CMYK
RGB Variations
Color information
#F9BAE6 (or 0xF9BAE6) is known color: Lavender Rose. HEX triplet: F9, BA and E6. RGB value is (249,186,230). Sum of RGB (Red+Green+Blue) = 249+186+230=665 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.44% from 665); Green value is 186 (73.05% from 255 or 27.97% from 665); Blue value is 230 (90.23% from 255 or 34.59% from 665); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BAE6 is #064519. Grayscale: #D1D1D1. Windows color (decimal): -410906 or 15121145. OLE color: 15121145.
HSL color Cylindrical-coordinate representation of color #F9BAE6: hue angle of 318.1º 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 #F9BAE6 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 230 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.02 |
| HSL | 318.1º | 0.84% | 0.85% | - |
| HSV(B) | 318.1º | 0.25% | 0.98% | - |
| XYZ | 70.91 | 60.97 | 82.89 | - |
| YUV | 209.85 | 139.37 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 230 | 0 | 0.25 | 0.08 | 0.02 | 318.1 | 0.84 | 0.85 |
| Hex | F9 | BA | E6 | 0 | 19 | 8 | 2 | 13E | 54 | 55 |
| Octal | 371 | 272 | 346 | 0 | 31 | 10 | 2 | 476 | 124 | 125 |
| Binary | 11111001 | 10111010 | 11100110 | 0 | 11001 | 1000 | 10 | 100111110 | 1010100 | 1010101 |
Color Harmonies of #F9BAE6
Complementary color
Monochromatic Colors of #F9BAE6
Black with #F9BAE6
Text Example
Text Example
White with #F9BAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BAE6; }
p { color: rgb(249,186,230); }
H1.HeaderClassName
{
color: #F9BAE6;
}
.AnyTagClassName
{
color: #F9BAE6;
}
</style>
background-color css
<style>
a { background-color: #F9BAE6; }
a { background-color: rgb(249,186,230); }
div.DivClassName
{
background-color: #F9BAE6;
}
.BgClassName
{
background-color: #F9BAE6;
}
</style>
border-color css
<style>
span { border-color: #F9BAE6; }
span { border-color: rgb(249,186,230); }
td.TdClassName
{
border-color: #F9BAE6;
}
.TagClassName
{
border-color: #F9BAE6;
}
</style>