Shades of Lavender Rose #FFBAF9
Tints of Lavender Rose #FFBAF9
RGB
CMYK
RGB Variations
Color information
#FFBAF9 (or 0xFFBAF9) is known color: Lavender Rose. HEX triplet: FF, BA and F9. RGB value is (255,186,249). Sum of RGB (Red+Green+Blue) = 255+186+249=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 186 (73.05% from 255 or 26.96% from 690); Blue value is 249 (97.66% from 255 or 36.09% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBAF9 is #004506. Grayscale: #D5D5D5. Windows color (decimal): -17671 or 16366335. OLE color: 16366335.
HSL color Cylindrical-coordinate representation of color #FFBAF9: hue angle of 305.22º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFBAF9 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 249 | - |
| CMYK | 0 | 0.27 | 0.02 | 0 |
| HSL | 305.22º | 1% | 0.86% | - |
| HSV(B) | 305.22º | 0.27% | 1% | - |
| XYZ | 75.9 | 63.22 | 97.82 | - |
| YUV | 213.81 | 147.86 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 249 | 0 | 0.27 | 0.02 | 0 | 305.22 | 1 | 0.86 |
| Hex | FF | BA | F9 | 0 | 1B | 2 | 0 | 131 | 64 | 56 |
| Octal | 377 | 272 | 371 | 0 | 33 | 2 | 0 | 461 | 144 | 126 |
| Binary | 11111111 | 10111010 | 11111001 | 0 | 11011 | 10 | 0 | 100110001 | 1100100 | 1010110 |
Color Harmonies of #FFBAF9
Complementary color
Monochromatic Colors of #FFBAF9
Black with #FFBAF9
Text Example
Text Example
White with #FFBAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAF9; }
p { color: rgb(255,186,249); }
H1.HeaderClassName
{
color: #FFBAF9;
}
.AnyTagClassName
{
color: #FFBAF9;
}
</style>
background-color css
<style>
a { background-color: #FFBAF9; }
a { background-color: rgb(255,186,249); }
div.DivClassName
{
background-color: #FFBAF9;
}
.BgClassName
{
background-color: #FFBAF9;
}
</style>
border-color css
<style>
span { border-color: #FFBAF9; }
span { border-color: rgb(255,186,249); }
td.TdClassName
{
border-color: #FFBAF9;
}
.TagClassName
{
border-color: #FFBAF9;
}
</style>