Shades of Lavender Rose #F9BAEC
Tints of Lavender Rose #F9BAEC
RGB
CMYK
RGB Variations
Color information
#F9BAEC (or 0xF9BAEC) is known color: Lavender Rose. HEX triplet: F9, BA and EC. RGB value is (249,186,236). Sum of RGB (Red+Green+Blue) = 249+186+236=671 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.11% from 671); Green value is 186 (73.05% from 255 or 27.72% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BAEC is #064513. Grayscale: #D2D2D2. Windows color (decimal): -410900 or 15514361. OLE color: 15514361.
HSL color Cylindrical-coordinate representation of color #F9BAEC: hue angle of 312.38º 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 #F9BAEC is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 236 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.02 |
| HSL | 312.38º | 0.84% | 0.85% | - |
| HSV(B) | 312.38º | 0.25% | 0.98% | - |
| XYZ | 71.77 | 61.31 | 87.41 | - |
| YUV | 210.54 | 142.37 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 236 | 0 | 0.25 | 0.05 | 0.02 | 312.38 | 0.84 | 0.85 |
| Hex | F9 | BA | EC | 0 | 19 | 5 | 2 | 138 | 54 | 55 |
| Octal | 371 | 272 | 354 | 0 | 31 | 5 | 2 | 470 | 124 | 125 |
| Binary | 11111001 | 10111010 | 11101100 | 0 | 11001 | 101 | 10 | 100111000 | 1010100 | 1010101 |
Color Harmonies of #F9BAEC
Complementary color
Monochromatic Colors of #F9BAEC
Black with #F9BAEC
Text Example
Text Example
White with #F9BAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BAEC; }
p { color: rgb(249,186,236); }
H1.HeaderClassName
{
color: #F9BAEC;
}
.AnyTagClassName
{
color: #F9BAEC;
}
</style>
background-color css
<style>
a { background-color: #F9BAEC; }
a { background-color: rgb(249,186,236); }
div.DivClassName
{
background-color: #F9BAEC;
}
.BgClassName
{
background-color: #F9BAEC;
}
</style>
border-color css
<style>
span { border-color: #F9BAEC; }
span { border-color: rgb(249,186,236); }
td.TdClassName
{
border-color: #F9BAEC;
}
.TagClassName
{
border-color: #F9BAEC;
}
</style>