Shades of Lavender Rose #FABBF3
Tints of Lavender Rose #FABBF3
RGB
CMYK
RGB Variations
Color information
#FABBF3 (or 0xFABBF3) is known color: Lavender Rose. HEX triplet: FA, BB and F3. RGB value is (250,187,243). Sum of RGB (Red+Green+Blue) = 250+187+243=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 187 (73.44% from 255 or 27.5% from 680); Blue value is 243 (95.31% from 255 or 35.74% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABBF3 is #05440C. Grayscale: #D4D4D4. Windows color (decimal): -345101 or 15973370. OLE color: 15973370.
HSL color Cylindrical-coordinate representation of color #FABBF3: hue angle of 306.67º 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 #FABBF3 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 243 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.02 |
| HSL | 306.67º | 0.86% | 0.86% | - |
| HSV(B) | 306.67º | 0.25% | 0.98% | - |
| XYZ | 73.37 | 62.34 | 92.96 | - |
| YUV | 212.22 | 145.37 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 243 | 0 | 0.25 | 0.03 | 0.02 | 306.67 | 0.86 | 0.86 |
| Hex | FA | BB | F3 | 0 | 19 | 3 | 2 | 133 | 56 | 56 |
| Octal | 372 | 273 | 363 | 0 | 31 | 3 | 2 | 463 | 126 | 126 |
| Binary | 11111010 | 10111011 | 11110011 | 0 | 11001 | 11 | 10 | 100110011 | 1010110 | 1010110 |
Color Harmonies of #FABBF3
Complementary color
Monochromatic Colors of #FABBF3
Black with #FABBF3
Text Example
Text Example
White with #FABBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBF3; }
p { color: rgb(250,187,243); }
H1.HeaderClassName
{
color: #FABBF3;
}
.AnyTagClassName
{
color: #FABBF3;
}
</style>
background-color css
<style>
a { background-color: #FABBF3; }
a { background-color: rgb(250,187,243); }
div.DivClassName
{
background-color: #FABBF3;
}
.BgClassName
{
background-color: #FABBF3;
}
</style>
border-color css
<style>
span { border-color: #FABBF3; }
span { border-color: rgb(250,187,243); }
td.TdClassName
{
border-color: #FABBF3;
}
.TagClassName
{
border-color: #FABBF3;
}
</style>