Shades of Lavender Rose #FABBF6
Tints of Lavender Rose #FABBF6
RGB
CMYK
RGB Variations
Color information
#FABBF6 (or 0xFABBF6) is known color: Lavender Rose. HEX triplet: FA, BB and F6. RGB value is (250,187,246). Sum of RGB (Red+Green+Blue) = 250+187+246=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 187 (73.44% from 255 or 27.38% from 683); Blue value is 246 (96.48% from 255 or 36.02% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABBF6 is #054409. Grayscale: #D4D4D4. Windows color (decimal): -345098 or 16169978. OLE color: 16169978.
HSL color Cylindrical-coordinate representation of color #FABBF6: hue angle of 303.81º 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 #FABBF6 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 246 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.02 |
| HSL | 303.81º | 0.86% | 0.86% | - |
| HSV(B) | 303.81º | 0.25% | 0.98% | - |
| XYZ | 73.83 | 62.52 | 95.36 | - |
| YUV | 212.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 246 | 0 | 0.25 | 0.02 | 0.02 | 303.81 | 0.86 | 0.86 |
| Hex | FA | BB | F6 | 0 | 19 | 2 | 2 | 130 | 56 | 56 |
| Octal | 372 | 273 | 366 | 0 | 31 | 2 | 2 | 460 | 126 | 126 |
| Binary | 11111010 | 10111011 | 11110110 | 0 | 11001 | 10 | 10 | 100110000 | 1010110 | 1010110 |
Color Harmonies of #FABBF6
Complementary color
Monochromatic Colors of #FABBF6
Black with #FABBF6
Text Example
Text Example
White with #FABBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBF6; }
p { color: rgb(250,187,246); }
H1.HeaderClassName
{
color: #FABBF6;
}
.AnyTagClassName
{
color: #FABBF6;
}
</style>
background-color css
<style>
a { background-color: #FABBF6; }
a { background-color: rgb(250,187,246); }
div.DivClassName
{
background-color: #FABBF6;
}
.BgClassName
{
background-color: #FABBF6;
}
</style>
border-color css
<style>
span { border-color: #FABBF6; }
span { border-color: rgb(250,187,246); }
td.TdClassName
{
border-color: #FABBF6;
}
.TagClassName
{
border-color: #FABBF6;
}
</style>