Shades of Lavender Rose #FFBAFA
Tints of Lavender Rose #FFBAFA
RGB
CMYK
RGB Variations
Color information
#FFBAFA (or 0xFFBAFA) is known color: Lavender Rose. HEX triplet: FF, BA and FA. RGB value is (255,186,250). Sum of RGB (Red+Green+Blue) = 255+186+250=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 186 (73.05% from 255 or 26.92% from 691); Blue value is 250 (98.05% from 255 or 36.18% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBAFA is #004505. Grayscale: #D5D5D5. Windows color (decimal): -17670 or 16431871. OLE color: 16431871.
HSL color Cylindrical-coordinate representation of color #FFBAFA: hue angle of 304.35º 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 #FFBAFA is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 250 | - |
| CMYK | 0 | 0.27 | 0.02 | 0 |
| HSL | 304.35º | 1% | 0.86% | - |
| HSV(B) | 304.35º | 0.27% | 1% | - |
| XYZ | 76.05 | 63.28 | 98.65 | - |
| YUV | 213.93 | 148.36 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 250 | 0 | 0.27 | 0.02 | 0 | 304.35 | 1 | 0.86 |
| Hex | FF | BA | FA | 0 | 1B | 2 | 0 | 130 | 64 | 56 |
| Octal | 377 | 272 | 372 | 0 | 33 | 2 | 0 | 460 | 144 | 126 |
| Binary | 11111111 | 10111010 | 11111010 | 0 | 11011 | 10 | 0 | 100110000 | 1100100 | 1010110 |
Color Harmonies of #FFBAFA
Complementary color
Monochromatic Colors of #FFBAFA
Black with #FFBAFA
Text Example
Text Example
White with #FFBAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAFA; }
p { color: rgb(255,186,250); }
H1.HeaderClassName
{
color: #FFBAFA;
}
.AnyTagClassName
{
color: #FFBAFA;
}
</style>
background-color css
<style>
a { background-color: #FFBAFA; }
a { background-color: rgb(255,186,250); }
div.DivClassName
{
background-color: #FFBAFA;
}
.BgClassName
{
background-color: #FFBAFA;
}
</style>
border-color css
<style>
span { border-color: #FFBAFA; }
span { border-color: rgb(255,186,250); }
td.TdClassName
{
border-color: #FFBAFA;
}
.TagClassName
{
border-color: #FFBAFA;
}
</style>