Shades of Lavender Rose #FFBAE9
Tints of Lavender Rose #FFBAE9
RGB
CMYK
RGB Variations
Color information
#FFBAE9 (or 0xFFBAE9) is known color: Lavender Rose. HEX triplet: FF, BA and E9. RGB value is (255,186,233). Sum of RGB (Red+Green+Blue) = 255+186+233=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 186 (73.05% from 255 or 27.60% from 674); Blue value is 233 (91.41% from 255 or 34.57% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBAE9 is #004516. Grayscale: #D3D3D3. Windows color (decimal): -17687 or 15317759. OLE color: 15317759.
HSL color Cylindrical-coordinate representation of color #FFBAE9: hue angle of 319.13º 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 #FFBAE9 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 233 | - |
| CMYK | 0 | 0.27 | 0.09 | 0 |
| HSL | 319.13º | 1% | 0.86% | - |
| HSV(B) | 319.13º | 0.27% | 1% | - |
| XYZ | 73.51 | 62.26 | 85.23 | - |
| YUV | 211.99 | 139.86 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 233 | 0 | 0.27 | 0.09 | 0 | 319.13 | 1 | 0.86 |
| Hex | FF | BA | E9 | 0 | 1B | 9 | 0 | 13F | 64 | 56 |
| Octal | 377 | 272 | 351 | 0 | 33 | 11 | 0 | 477 | 144 | 126 |
| Binary | 11111111 | 10111010 | 11101001 | 0 | 11011 | 1001 | 0 | 100111111 | 1100100 | 1010110 |
Color Harmonies of #FFBAE9
Complementary color
Monochromatic Colors of #FFBAE9
Black with #FFBAE9
Text Example
Text Example
White with #FFBAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAE9; }
p { color: rgb(255,186,233); }
H1.HeaderClassName
{
color: #FFBAE9;
}
.AnyTagClassName
{
color: #FFBAE9;
}
</style>
background-color css
<style>
a { background-color: #FFBAE9; }
a { background-color: rgb(255,186,233); }
div.DivClassName
{
background-color: #FFBAE9;
}
.BgClassName
{
background-color: #FFBAE9;
}
</style>
border-color css
<style>
span { border-color: #FFBAE9; }
span { border-color: rgb(255,186,233); }
td.TdClassName
{
border-color: #FFBAE9;
}
.TagClassName
{
border-color: #FFBAE9;
}
</style>