Shades of Lavender Rose #FFBAF0
Tints of Lavender Rose #FFBAF0
RGB
CMYK
RGB Variations
Color information
#FFBAF0 (or 0xFFBAF0) is known color: Lavender Rose. HEX triplet: FF, BA and F0. RGB value is (255,186,240). Sum of RGB (Red+Green+Blue) = 255+186+240=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 186 (73.05% from 255 or 27.31% from 681); Blue value is 240 (94.14% from 255 or 35.24% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBAF0 is #00450F. Grayscale: #D4D4D4. Windows color (decimal): -17680 or 15776511. OLE color: 15776511.
HSL color Cylindrical-coordinate representation of color #FFBAF0: hue angle of 313.04º 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 #FFBAF0 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 240 | - |
| CMYK | 0 | 0.27 | 0.06 | 0 |
| HSL | 313.04º | 1% | 0.86% | - |
| HSV(B) | 313.04º | 0.27% | 1% | - |
| XYZ | 74.53 | 62.67 | 90.61 | - |
| YUV | 212.79 | 143.36 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 240 | 0 | 0.27 | 0.06 | 0 | 313.04 | 1 | 0.86 |
| Hex | FF | BA | F0 | 0 | 1B | 6 | 0 | 139 | 64 | 56 |
| Octal | 377 | 272 | 360 | 0 | 33 | 6 | 0 | 471 | 144 | 126 |
| Binary | 11111111 | 10111010 | 11110000 | 0 | 11011 | 110 | 0 | 100111001 | 1100100 | 1010110 |
Color Harmonies of #FFBAF0
Complementary color
Monochromatic Colors of #FFBAF0
Black with #FFBAF0
Text Example
Text Example
White with #FFBAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAF0; }
p { color: rgb(255,186,240); }
H1.HeaderClassName
{
color: #FFBAF0;
}
.AnyTagClassName
{
color: #FFBAF0;
}
</style>
background-color css
<style>
a { background-color: #FFBAF0; }
a { background-color: rgb(255,186,240); }
div.DivClassName
{
background-color: #FFBAF0;
}
.BgClassName
{
background-color: #FFBAF0;
}
</style>
border-color css
<style>
span { border-color: #FFBAF0; }
span { border-color: rgb(255,186,240); }
td.TdClassName
{
border-color: #FFBAF0;
}
.TagClassName
{
border-color: #FFBAF0;
}
</style>