Shades of Lavender Rose #FABAF1
Tints of Lavender Rose #FABAF1
RGB
CMYK
RGB Variations
Color information
#FABAF1 (or 0xFABAF1) is known color: Lavender Rose. HEX triplet: FA, BA and F1. RGB value is (250,186,241). Sum of RGB (Red+Green+Blue) = 250+186+241=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 186 (73.05% from 255 or 27.47% from 677); Blue value is 241 (94.53% from 255 or 35.60% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABAF1 is #05450E. Grayscale: #D3D3D3. Windows color (decimal): -345359 or 15842042. OLE color: 15842042.
HSL color Cylindrical-coordinate representation of color #FABAF1: hue angle of 308.44º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FABAF1 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 241 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.02 |
| HSL | 308.44º | 0.86% | 0.85% | - |
| HSV(B) | 308.44º | 0.26% | 0.98% | - |
| XYZ | 72.86 | 61.79 | 91.31 | - |
| YUV | 211.41 | 144.7 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 241 | 0 | 0.26 | 0.04 | 0.02 | 308.44 | 0.86 | 0.85 |
| Hex | FA | BA | F1 | 0 | 1A | 4 | 2 | 134 | 56 | 55 |
| Octal | 372 | 272 | 361 | 0 | 32 | 4 | 2 | 464 | 126 | 125 |
| Binary | 11111010 | 10111010 | 11110001 | 0 | 11010 | 100 | 10 | 100110100 | 1010110 | 1010101 |
Color Harmonies of #FABAF1
Complementary color
Monochromatic Colors of #FABAF1
Black with #FABAF1
Text Example
Text Example
White with #FABAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABAF1; }
p { color: rgb(250,186,241); }
H1.HeaderClassName
{
color: #FABAF1;
}
.AnyTagClassName
{
color: #FABAF1;
}
</style>
background-color css
<style>
a { background-color: #FABAF1; }
a { background-color: rgb(250,186,241); }
div.DivClassName
{
background-color: #FABAF1;
}
.BgClassName
{
background-color: #FABAF1;
}
</style>
border-color css
<style>
span { border-color: #FABAF1; }
span { border-color: rgb(250,186,241); }
td.TdClassName
{
border-color: #FABAF1;
}
.TagClassName
{
border-color: #FABAF1;
}
</style>