Shades of Lavender Rose #FFBAF3
Tints of Lavender Rose #FFBAF3
RGB
CMYK
RGB Variations
Color information
#FFBAF3 (or 0xFFBAF3) is known color: Lavender Rose. HEX triplet: FF, BA and F3. RGB value is (255,186,243). Sum of RGB (Red+Green+Blue) = 255+186+243=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 186 (73.05% from 255 or 27.19% from 684); Blue value is 243 (95.31% from 255 or 35.53% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBAF3 is #00450C. Grayscale: #D4D4D4. Windows color (decimal): -17677 or 15973119. OLE color: 15973119.
HSL color Cylindrical-coordinate representation of color #FFBAF3: hue angle of 310.43º 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 #FFBAF3 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 243 | - |
| CMYK | 0 | 0.27 | 0.05 | 0 |
| HSL | 310.43º | 1% | 0.86% | - |
| HSV(B) | 310.43º | 0.27% | 1% | - |
| XYZ | 74.98 | 62.85 | 92.97 | - |
| YUV | 213.13 | 144.86 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 243 | 0 | 0.27 | 0.05 | 0 | 310.43 | 1 | 0.86 |
| Hex | FF | BA | F3 | 0 | 1B | 5 | 0 | 136 | 64 | 56 |
| Octal | 377 | 272 | 363 | 0 | 33 | 5 | 0 | 466 | 144 | 126 |
| Binary | 11111111 | 10111010 | 11110011 | 0 | 11011 | 101 | 0 | 100110110 | 1100100 | 1010110 |
Color Harmonies of #FFBAF3
Complementary color
Monochromatic Colors of #FFBAF3
Black with #FFBAF3
Text Example
Text Example
White with #FFBAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAF3; }
p { color: rgb(255,186,243); }
H1.HeaderClassName
{
color: #FFBAF3;
}
.AnyTagClassName
{
color: #FFBAF3;
}
</style>
background-color css
<style>
a { background-color: #FFBAF3; }
a { background-color: rgb(255,186,243); }
div.DivClassName
{
background-color: #FFBAF3;
}
.BgClassName
{
background-color: #FFBAF3;
}
</style>
border-color css
<style>
span { border-color: #FFBAF3; }
span { border-color: rgb(255,186,243); }
td.TdClassName
{
border-color: #FFBAF3;
}
.TagClassName
{
border-color: #FFBAF3;
}
</style>