Shades of Lavender Rose #FFBAF1
Tints of Lavender Rose #FFBAF1
RGB
CMYK
RGB Variations
Color information
#FFBAF1 (or 0xFFBAF1) is known color: Lavender Rose. HEX triplet: FF, BA and F1. RGB value is (255,186,241). Sum of RGB (Red+Green+Blue) = 255+186+241=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 186 (73.05% from 255 or 27.27% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBAF1 is #00450E. Grayscale: #D4D4D4. Windows color (decimal): -17679 or 15842047. OLE color: 15842047.
HSL color Cylindrical-coordinate representation of color #FFBAF1: hue angle of 312.17º 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 #FFBAF1 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 241 | - |
| CMYK | 0 | 0.27 | 0.05 | 0 |
| HSL | 312.17º | 1% | 0.86% | - |
| HSV(B) | 312.17º | 0.27% | 1% | - |
| XYZ | 74.68 | 62.73 | 91.39 | - |
| YUV | 212.9 | 143.86 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 241 | 0 | 0.27 | 0.05 | 0 | 312.17 | 1 | 0.86 |
| Hex | FF | BA | F1 | 0 | 1B | 5 | 0 | 138 | 64 | 56 |
| Octal | 377 | 272 | 361 | 0 | 33 | 5 | 0 | 470 | 144 | 126 |
| Binary | 11111111 | 10111010 | 11110001 | 0 | 11011 | 101 | 0 | 100111000 | 1100100 | 1010110 |
Color Harmonies of #FFBAF1
Complementary color
Monochromatic Colors of #FFBAF1
Black with #FFBAF1
Text Example
Text Example
White with #FFBAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAF1; }
p { color: rgb(255,186,241); }
H1.HeaderClassName
{
color: #FFBAF1;
}
.AnyTagClassName
{
color: #FFBAF1;
}
</style>
background-color css
<style>
a { background-color: #FFBAF1; }
a { background-color: rgb(255,186,241); }
div.DivClassName
{
background-color: #FFBAF1;
}
.BgClassName
{
background-color: #FFBAF1;
}
</style>
border-color css
<style>
span { border-color: #FFBAF1; }
span { border-color: rgb(255,186,241); }
td.TdClassName
{
border-color: #FFBAF1;
}
.TagClassName
{
border-color: #FFBAF1;
}
</style>