Shades of Lavender Rose #FFBAF7
Tints of Lavender Rose #FFBAF7
RGB
CMYK
RGB Variations
Color information
#FFBAF7 (or 0xFFBAF7) is known color: Lavender Rose. HEX triplet: FF, BA and F7. RGB value is (255,186,247). Sum of RGB (Red+Green+Blue) = 255+186+247=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 186 (73.05% from 255 or 27.03% from 688); Blue value is 247 (96.88% from 255 or 35.90% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBAF7 is #004508. Grayscale: #D5D5D5. Windows color (decimal): -17673 or 16235263. OLE color: 16235263.
HSL color Cylindrical-coordinate representation of color #FFBAF7: hue angle of 306.96º 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 #FFBAF7 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 247 | - |
| CMYK | 0 | 0.27 | 0.03 | 0 |
| HSL | 306.96º | 1% | 0.86% | - |
| HSV(B) | 306.96º | 0.27% | 1% | - |
| XYZ | 75.59 | 63.09 | 96.19 | - |
| YUV | 213.59 | 146.86 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 247 | 0 | 0.27 | 0.03 | 0 | 306.96 | 1 | 0.86 |
| Hex | FF | BA | F7 | 0 | 1B | 3 | 0 | 133 | 64 | 56 |
| Octal | 377 | 272 | 367 | 0 | 33 | 3 | 0 | 463 | 144 | 126 |
| Binary | 11111111 | 10111010 | 11110111 | 0 | 11011 | 11 | 0 | 100110011 | 1100100 | 1010110 |
Color Harmonies of #FFBAF7
Complementary color
Monochromatic Colors of #FFBAF7
Black with #FFBAF7
Text Example
Text Example
White with #FFBAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAF7; }
p { color: rgb(255,186,247); }
H1.HeaderClassName
{
color: #FFBAF7;
}
.AnyTagClassName
{
color: #FFBAF7;
}
</style>
background-color css
<style>
a { background-color: #FFBAF7; }
a { background-color: rgb(255,186,247); }
div.DivClassName
{
background-color: #FFBAF7;
}
.BgClassName
{
background-color: #FFBAF7;
}
</style>
border-color css
<style>
span { border-color: #FFBAF7; }
span { border-color: rgb(255,186,247); }
td.TdClassName
{
border-color: #FFBAF7;
}
.TagClassName
{
border-color: #FFBAF7;
}
</style>