Shades of Lavender Rose #FFBAEA
Tints of Lavender Rose #FFBAEA
RGB
CMYK
RGB Variations
Color information
#FFBAEA (or 0xFFBAEA) is known color: Lavender Rose. HEX triplet: FF, BA and EA. RGB value is (255,186,234). Sum of RGB (Red+Green+Blue) = 255+186+234=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 186 (73.05% from 255 or 27.56% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBAEA is #004515. Grayscale: #D3D3D3. Windows color (decimal): -17686 or 15383295. OLE color: 15383295.
HSL color Cylindrical-coordinate representation of color #FFBAEA: hue angle of 318.26º 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 #FFBAEA is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 234 | - |
| CMYK | 0 | 0.27 | 0.08 | 0 |
| HSL | 318.26º | 1% | 0.86% | - |
| HSV(B) | 318.26º | 0.27% | 1% | - |
| XYZ | 73.65 | 62.32 | 85.99 | - |
| YUV | 212.1 | 140.36 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 234 | 0 | 0.27 | 0.08 | 0 | 318.26 | 1 | 0.86 |
| Hex | FF | BA | EA | 0 | 1B | 8 | 0 | 13E | 64 | 56 |
| Octal | 377 | 272 | 352 | 0 | 33 | 10 | 0 | 476 | 144 | 126 |
| Binary | 11111111 | 10111010 | 11101010 | 0 | 11011 | 1000 | 0 | 100111110 | 1100100 | 1010110 |
Color Harmonies of #FFBAEA
Complementary color
Monochromatic Colors of #FFBAEA
Black with #FFBAEA
Text Example
Text Example
White with #FFBAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAEA; }
p { color: rgb(255,186,234); }
H1.HeaderClassName
{
color: #FFBAEA;
}
.AnyTagClassName
{
color: #FFBAEA;
}
</style>
background-color css
<style>
a { background-color: #FFBAEA; }
a { background-color: rgb(255,186,234); }
div.DivClassName
{
background-color: #FFBAEA;
}
.BgClassName
{
background-color: #FFBAEA;
}
</style>
border-color css
<style>
span { border-color: #FFBAEA; }
span { border-color: rgb(255,186,234); }
td.TdClassName
{
border-color: #FFBAEA;
}
.TagClassName
{
border-color: #FFBAEA;
}
</style>