Shades of Lavender Rose #FFBAF5
Tints of Lavender Rose #FFBAF5
RGB
CMYK
RGB Variations
Color information
#FFBAF5 (or 0xFFBAF5) is known color: Lavender Rose. HEX triplet: FF, BA and F5. RGB value is (255,186,245). Sum of RGB (Red+Green+Blue) = 255+186+245=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 186 (73.05% from 255 or 27.11% from 686); Blue value is 245 (96.09% from 255 or 35.71% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBAF5 is #00450A. Grayscale: #D5D5D5. Windows color (decimal): -17675 or 16104191. OLE color: 16104191.
HSL color Cylindrical-coordinate representation of color #FFBAF5: hue angle of 308.7º 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 #FFBAF5 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 245 | - |
| CMYK | 0 | 0.27 | 0.04 | 0 |
| HSL | 308.7º | 1% | 0.86% | - |
| HSV(B) | 308.7º | 0.27% | 1% | - |
| XYZ | 75.28 | 62.97 | 94.57 | - |
| YUV | 213.36 | 145.86 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 245 | 0 | 0.27 | 0.04 | 0 | 308.7 | 1 | 0.86 |
| Hex | FF | BA | F5 | 0 | 1B | 4 | 0 | 135 | 64 | 56 |
| Octal | 377 | 272 | 365 | 0 | 33 | 4 | 0 | 465 | 144 | 126 |
| Binary | 11111111 | 10111010 | 11110101 | 0 | 11011 | 100 | 0 | 100110101 | 1100100 | 1010110 |
Color Harmonies of #FFBAF5
Complementary color
Monochromatic Colors of #FFBAF5
Black with #FFBAF5
Text Example
Text Example
White with #FFBAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAF5; }
p { color: rgb(255,186,245); }
H1.HeaderClassName
{
color: #FFBAF5;
}
.AnyTagClassName
{
color: #FFBAF5;
}
</style>
background-color css
<style>
a { background-color: #FFBAF5; }
a { background-color: rgb(255,186,245); }
div.DivClassName
{
background-color: #FFBAF5;
}
.BgClassName
{
background-color: #FFBAF5;
}
</style>
border-color css
<style>
span { border-color: #FFBAF5; }
span { border-color: rgb(255,186,245); }
td.TdClassName
{
border-color: #FFBAF5;
}
.TagClassName
{
border-color: #FFBAF5;
}
</style>