Shades of Lavender Rose #FFBAEB
Tints of Lavender Rose #FFBAEB
RGB
CMYK
RGB Variations
Color information
#FFBAEB (or 0xFFBAEB) is known color: Lavender Rose. HEX triplet: FF, BA and EB. RGB value is (255,186,235). Sum of RGB (Red+Green+Blue) = 255+186+235=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 186 (73.05% from 255 or 27.51% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBAEB is #004514. Grayscale: #D4D4D4. Windows color (decimal): -17685 or 15448831. OLE color: 15448831.
HSL color Cylindrical-coordinate representation of color #FFBAEB: hue angle of 317.39º 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 #FFBAEB is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 235 | - |
| CMYK | 0 | 0.27 | 0.08 | 0 |
| HSL | 317.39º | 1% | 0.86% | - |
| HSV(B) | 317.39º | 0.27% | 1% | - |
| XYZ | 73.79 | 62.38 | 86.75 | - |
| YUV | 212.22 | 140.86 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 235 | 0 | 0.27 | 0.08 | 0 | 317.39 | 1 | 0.86 |
| Hex | FF | BA | EB | 0 | 1B | 8 | 0 | 13D | 64 | 56 |
| Octal | 377 | 272 | 353 | 0 | 33 | 10 | 0 | 475 | 144 | 126 |
| Binary | 11111111 | 10111010 | 11101011 | 0 | 11011 | 1000 | 0 | 100111101 | 1100100 | 1010110 |
Color Harmonies of #FFBAEB
Complementary color
Monochromatic Colors of #FFBAEB
Black with #FFBAEB
Text Example
Text Example
White with #FFBAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAEB; }
p { color: rgb(255,186,235); }
H1.HeaderClassName
{
color: #FFBAEB;
}
.AnyTagClassName
{
color: #FFBAEB;
}
</style>
background-color css
<style>
a { background-color: #FFBAEB; }
a { background-color: rgb(255,186,235); }
div.DivClassName
{
background-color: #FFBAEB;
}
.BgClassName
{
background-color: #FFBAEB;
}
</style>
border-color css
<style>
span { border-color: #FFBAEB; }
span { border-color: rgb(255,186,235); }
td.TdClassName
{
border-color: #FFBAEB;
}
.TagClassName
{
border-color: #FFBAEB;
}
</style>