Shades of Lavender Rose #FAB0FB
Tints of Lavender Rose #FAB0FB
RGB
CMYK
RGB Variations
Color information
#FAB0FB (or 0xFAB0FB) is known color: Lavender Rose. HEX triplet: FA, B0 and FB. RGB value is (250,176,251). Sum of RGB (Red+Green+Blue) = 250+176+251=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 176 (69.14% from 255 or 26.00% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAB0FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB0FB is #054F04. Grayscale: #CECECE. Windows color (decimal): -347909 or 16494842. OLE color: 16494842.
HSL color Cylindrical-coordinate representation of color #FAB0FB: hue angle of 299.2º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAB0FB is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 251 | - |
| CMYK | 0.00 | 0.30 | 0 | 0.02 |
| HSL | 299.2º | 0.9% | 0.84% | - |
| HSV(B) | 299.2º | 0.3% | 0.98% | - |
| XYZ | 72.36 | 58.34 | 98.71 | - |
| YUV | 206.68 | 153.02 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 251 | 0.00 | 0.30 | 0 | 0.02 | 299.2 | 0.9 | 0.84 |
| Hex | FA | B0 | FB | 0 | 1E | 0 | 2 | 12B | 5A | 54 |
| Octal | 372 | 260 | 373 | 0 | 36 | 0 | 2 | 453 | 132 | 124 |
| Binary | 11111010 | 10110000 | 11111011 | 0 | 11110 | 0 | 10 | 100101011 | 1011010 | 1010100 |
Color Harmonies of #FAB0FB
Complementary color
Monochromatic Colors of #FAB0FB
Black with #FAB0FB
Text Example
Text Example
White with #FAB0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB0FB; }
p { color: rgb(250,176,251); }
H1.HeaderClassName
{
color: #FAB0FB;
}
.AnyTagClassName
{
color: #FAB0FB;
}
</style>
background-color css
<style>
a { background-color: #FAB0FB; }
a { background-color: rgb(250,176,251); }
div.DivClassName
{
background-color: #FAB0FB;
}
.BgClassName
{
background-color: #FAB0FB;
}
</style>
border-color css
<style>
span { border-color: #FAB0FB; }
span { border-color: rgb(250,176,251); }
td.TdClassName
{
border-color: #FAB0FB;
}
.TagClassName
{
border-color: #FAB0FB;
}
</style>