Shades of Lavender Rose #FFBAFE
Tints of Lavender Rose #FFBAFE
RGB
CMYK
RGB Variations
Color information
#FFBAFE (or 0xFFBAFE) is known color: Lavender Rose. HEX triplet: FF, BA and FE. RGB value is (255,186,254). Sum of RGB (Red+Green+Blue) = 255+186+254=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 186 (73.05% from 255 or 26.76% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBAFE is #004501. Grayscale: #D6D6D6. Windows color (decimal): -17666 or 16694015. OLE color: 16694015.
HSL color Cylindrical-coordinate representation of color #FFBAFE: hue angle of 300.87º 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 #FFBAFE is Cyan = 0, Magento = 0.27, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 254 | - |
| CMYK | 0 | 0.27 | 0.00 | 0 |
| HSL | 300.87º | 1% | 0.86% | - |
| HSV(B) | 300.87º | 0.27% | 1% | - |
| XYZ | 76.69 | 63.53 | 101.99 | - |
| YUV | 214.38 | 150.36 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 254 | 0 | 0.27 | 0.00 | 0 | 300.87 | 1 | 0.86 |
| Hex | FF | BA | FE | 0 | 1B | 0 | 0 | 12D | 64 | 56 |
| Octal | 377 | 272 | 376 | 0 | 33 | 0 | 0 | 455 | 144 | 126 |
| Binary | 11111111 | 10111010 | 11111110 | 0 | 11011 | 0 | 0 | 100101101 | 1100100 | 1010110 |
Color Harmonies of #FFBAFE
Complementary color
Monochromatic Colors of #FFBAFE
Black with #FFBAFE
Text Example
Text Example
White with #FFBAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAFE; }
p { color: rgb(255,186,254); }
H1.HeaderClassName
{
color: #FFBAFE;
}
.AnyTagClassName
{
color: #FFBAFE;
}
</style>
background-color css
<style>
a { background-color: #FFBAFE; }
a { background-color: rgb(255,186,254); }
div.DivClassName
{
background-color: #FFBAFE;
}
.BgClassName
{
background-color: #FFBAFE;
}
</style>
border-color css
<style>
span { border-color: #FFBAFE; }
span { border-color: rgb(255,186,254); }
td.TdClassName
{
border-color: #FFBAFE;
}
.TagClassName
{
border-color: #FFBAFE;
}
</style>