Shades of Lavender Rose #FFBAEE
Tints of Lavender Rose #FFBAEE
RGB
CMYK
RGB Variations
Color information
#FFBAEE (or 0xFFBAEE) is known color: Lavender Rose. HEX triplet: FF, BA and EE. RGB value is (255,186,238). Sum of RGB (Red+Green+Blue) = 255+186+238=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 186 (73.05% from 255 or 27.39% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBAEE is #004511. Grayscale: #D4D4D4. Windows color (decimal): -17682 or 15645439. OLE color: 15645439.
HSL color Cylindrical-coordinate representation of color #FFBAEE: hue angle of 314.78º 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 #FFBAEE is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 238 | - |
| CMYK | 0 | 0.27 | 0.07 | 0 |
| HSL | 314.78º | 1% | 0.86% | - |
| HSV(B) | 314.78º | 0.27% | 1% | - |
| XYZ | 74.23 | 62.55 | 89.05 | - |
| YUV | 212.56 | 142.36 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 238 | 0 | 0.27 | 0.07 | 0 | 314.78 | 1 | 0.86 |
| Hex | FF | BA | EE | 0 | 1B | 7 | 0 | 13B | 64 | 56 |
| Octal | 377 | 272 | 356 | 0 | 33 | 7 | 0 | 473 | 144 | 126 |
| Binary | 11111111 | 10111010 | 11101110 | 0 | 11011 | 111 | 0 | 100111011 | 1100100 | 1010110 |
Color Harmonies of #FFBAEE
Complementary color
Monochromatic Colors of #FFBAEE
Black with #FFBAEE
Text Example
Text Example
White with #FFBAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAEE; }
p { color: rgb(255,186,238); }
H1.HeaderClassName
{
color: #FFBAEE;
}
.AnyTagClassName
{
color: #FFBAEE;
}
</style>
background-color css
<style>
a { background-color: #FFBAEE; }
a { background-color: rgb(255,186,238); }
div.DivClassName
{
background-color: #FFBAEE;
}
.BgClassName
{
background-color: #FFBAEE;
}
</style>
border-color css
<style>
span { border-color: #FFBAEE; }
span { border-color: rgb(255,186,238); }
td.TdClassName
{
border-color: #FFBAEE;
}
.TagClassName
{
border-color: #FFBAEE;
}
</style>