Shades of Lavender Rose #FAB0F3
Tints of Lavender Rose #FAB0F3
RGB
CMYK
RGB Variations
Color information
#FAB0F3 (or 0xFAB0F3) is known color: Lavender Rose. HEX triplet: FA, B0 and F3. RGB value is (250,176,243). Sum of RGB (Red+Green+Blue) = 250+176+243=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 176 (69.14% from 255 or 26.31% from 669); Blue value is 243 (95.31% from 255 or 36.32% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB0F3 is #054F0C. Grayscale: #CDCDCD. Windows color (decimal): -347917 or 15970554. OLE color: 15970554.
HSL color Cylindrical-coordinate representation of color #FAB0F3: hue angle of 305.68º degrees, saturation: 0.88, 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 #FAB0F3 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 243 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.02 |
| HSL | 305.68º | 0.88% | 0.84% | - |
| HSV(B) | 305.68º | 0.3% | 0.98% | - |
| XYZ | 71.13 | 57.85 | 92.21 | - |
| YUV | 205.76 | 149.02 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 243 | 0 | 0.30 | 0.03 | 0.02 | 305.68 | 0.88 | 0.84 |
| Hex | FA | B0 | F3 | 0 | 1E | 3 | 2 | 132 | 58 | 54 |
| Octal | 372 | 260 | 363 | 0 | 36 | 3 | 2 | 462 | 130 | 124 |
| Binary | 11111010 | 10110000 | 11110011 | 0 | 11110 | 11 | 10 | 100110010 | 1011000 | 1010100 |
Color Harmonies of #FAB0F3
Complementary color
Monochromatic Colors of #FAB0F3
Black with #FAB0F3
Text Example
Text Example
White with #FAB0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB0F3; }
p { color: rgb(250,176,243); }
H1.HeaderClassName
{
color: #FAB0F3;
}
.AnyTagClassName
{
color: #FAB0F3;
}
</style>
background-color css
<style>
a { background-color: #FAB0F3; }
a { background-color: rgb(250,176,243); }
div.DivClassName
{
background-color: #FAB0F3;
}
.BgClassName
{
background-color: #FAB0F3;
}
</style>
border-color css
<style>
span { border-color: #FAB0F3; }
span { border-color: rgb(250,176,243); }
td.TdClassName
{
border-color: #FAB0F3;
}
.TagClassName
{
border-color: #FAB0F3;
}
</style>