Shades of Lavender Rose #FFBAF2
Tints of Lavender Rose #FFBAF2
RGB
CMYK
RGB Variations
Color information
#FFBAF2 (or 0xFFBAF2) is known color: Lavender Rose. HEX triplet: FF, BA and F2. RGB value is (255,186,242). Sum of RGB (Red+Green+Blue) = 255+186+242=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 186 (73.05% from 255 or 27.23% from 683); Blue value is 242 (94.92% from 255 or 35.43% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBAF2 is #00450D. Grayscale: #D4D4D4. Windows color (decimal): -17678 or 15907583. OLE color: 15907583.
HSL color Cylindrical-coordinate representation of color #FFBAF2: hue angle of 311.3º 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 #FFBAF2 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 242 | - |
| CMYK | 0 | 0.27 | 0.05 | 0 |
| HSL | 311.3º | 1% | 0.86% | - |
| HSV(B) | 311.3º | 0.27% | 1% | - |
| XYZ | 74.83 | 62.79 | 92.18 | - |
| YUV | 213.02 | 144.36 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 242 | 0 | 0.27 | 0.05 | 0 | 311.3 | 1 | 0.86 |
| Hex | FF | BA | F2 | 0 | 1B | 5 | 0 | 137 | 64 | 56 |
| Octal | 377 | 272 | 362 | 0 | 33 | 5 | 0 | 467 | 144 | 126 |
| Binary | 11111111 | 10111010 | 11110010 | 0 | 11011 | 101 | 0 | 100110111 | 1100100 | 1010110 |
Color Harmonies of #FFBAF2
Complementary color
Monochromatic Colors of #FFBAF2
Black with #FFBAF2
Text Example
Text Example
White with #FFBAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAF2; }
p { color: rgb(255,186,242); }
H1.HeaderClassName
{
color: #FFBAF2;
}
.AnyTagClassName
{
color: #FFBAF2;
}
</style>
background-color css
<style>
a { background-color: #FFBAF2; }
a { background-color: rgb(255,186,242); }
div.DivClassName
{
background-color: #FFBAF2;
}
.BgClassName
{
background-color: #FFBAF2;
}
</style>
border-color css
<style>
span { border-color: #FFBAF2; }
span { border-color: rgb(255,186,242); }
td.TdClassName
{
border-color: #FFBAF2;
}
.TagClassName
{
border-color: #FFBAF2;
}
</style>