Shades of Lavender Rose #FABBF1
Tints of Lavender Rose #FABBF1
RGB
CMYK
RGB Variations
Color information
#FABBF1 (or 0xFABBF1) is known color: Lavender Rose. HEX triplet: FA, BB and F1. RGB value is (250,187,241). Sum of RGB (Red+Green+Blue) = 250+187+241=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 187 (73.44% from 255 or 27.58% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABBF1 is #05440E. Grayscale: #D3D3D3. Windows color (decimal): -345103 or 15842298. OLE color: 15842298.
HSL color Cylindrical-coordinate representation of color #FABBF1: hue angle of 308.57º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FABBF1 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 241 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.02 |
| HSL | 308.57º | 0.86% | 0.86% | - |
| HSV(B) | 308.57º | 0.25% | 0.98% | - |
| XYZ | 73.07 | 62.22 | 91.38 | - |
| YUV | 211.99 | 144.37 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 241 | 0 | 0.25 | 0.04 | 0.02 | 308.57 | 0.86 | 0.86 |
| Hex | FA | BB | F1 | 0 | 19 | 4 | 2 | 135 | 56 | 56 |
| Octal | 372 | 273 | 361 | 0 | 31 | 4 | 2 | 465 | 126 | 126 |
| Binary | 11111010 | 10111011 | 11110001 | 0 | 11001 | 100 | 10 | 100110101 | 1010110 | 1010110 |
Color Harmonies of #FABBF1
Complementary color
Monochromatic Colors of #FABBF1
Black with #FABBF1
Text Example
Text Example
White with #FABBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBF1; }
p { color: rgb(250,187,241); }
H1.HeaderClassName
{
color: #FABBF1;
}
.AnyTagClassName
{
color: #FABBF1;
}
</style>
background-color css
<style>
a { background-color: #FABBF1; }
a { background-color: rgb(250,187,241); }
div.DivClassName
{
background-color: #FABBF1;
}
.BgClassName
{
background-color: #FABBF1;
}
</style>
border-color css
<style>
span { border-color: #FABBF1; }
span { border-color: rgb(250,187,241); }
td.TdClassName
{
border-color: #FABBF1;
}
.TagClassName
{
border-color: #FABBF1;
}
</style>