Shades of Lavender Rose #FFBAEF
Tints of Lavender Rose #FFBAEF
RGB
CMYK
RGB Variations
Color information
#FFBAEF (or 0xFFBAEF) is known color: Lavender Rose. HEX triplet: FF, BA and EF. RGB value is (255,186,239). Sum of RGB (Red+Green+Blue) = 255+186+239=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 186 (73.05% from 255 or 27.35% from 680); Blue value is 239 (93.75% from 255 or 35.15% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBAEF is #004510. Grayscale: #D4D4D4. Windows color (decimal): -17681 or 15710975. OLE color: 15710975.
HSL color Cylindrical-coordinate representation of color #FFBAEF: hue angle of 313.91º 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 #FFBAEF is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 239 | - |
| CMYK | 0 | 0.27 | 0.06 | 0 |
| HSL | 313.91º | 1% | 0.86% | - |
| HSV(B) | 313.91º | 0.27% | 1% | - |
| XYZ | 74.38 | 62.61 | 89.83 | - |
| YUV | 212.67 | 142.86 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 239 | 0 | 0.27 | 0.06 | 0 | 313.91 | 1 | 0.86 |
| Hex | FF | BA | EF | 0 | 1B | 6 | 0 | 13A | 64 | 56 |
| Octal | 377 | 272 | 357 | 0 | 33 | 6 | 0 | 472 | 144 | 126 |
| Binary | 11111111 | 10111010 | 11101111 | 0 | 11011 | 110 | 0 | 100111010 | 1100100 | 1010110 |
Color Harmonies of #FFBAEF
Complementary color
Monochromatic Colors of #FFBAEF
Black with #FFBAEF
Text Example
Text Example
White with #FFBAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAEF; }
p { color: rgb(255,186,239); }
H1.HeaderClassName
{
color: #FFBAEF;
}
.AnyTagClassName
{
color: #FFBAEF;
}
</style>
background-color css
<style>
a { background-color: #FFBAEF; }
a { background-color: rgb(255,186,239); }
div.DivClassName
{
background-color: #FFBAEF;
}
.BgClassName
{
background-color: #FFBAEF;
}
</style>
border-color css
<style>
span { border-color: #FFBAEF; }
span { border-color: rgb(255,186,239); }
td.TdClassName
{
border-color: #FFBAEF;
}
.TagClassName
{
border-color: #FFBAEF;
}
</style>