Shades of Lavender Rose #FAB4FA
Tints of Lavender Rose #FAB4FA
RGB
CMYK
RGB Variations
Color information
#FAB4FA (or 0xFAB4FA) is known color: Lavender Rose. HEX triplet: FA, B4 and FA. RGB value is (250,180,250). Sum of RGB (Red+Green+Blue) = 250+180+250=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 180 (70.70% from 255 or 26.47% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAB4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB4FA is #054B05. Grayscale: #D0D0D0. Windows color (decimal): -346886 or 16430330. OLE color: 16430330.
HSL color Cylindrical-coordinate representation of color #FAB4FA: hue angle of 300º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB4FA is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 250 | - |
| CMYK | 0 | 0.28 | 0 | 0.02 |
| HSL | 300º | 0.88% | 0.84% | - |
| HSV(B) | 300º | 0.28% | 0.98% | - |
| XYZ | 73 | 59.87 | 98.15 | - |
| YUV | 208.91 | 151.19 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 250 | 0 | 0.28 | 0 | 0.02 | 300 | 0.88 | 0.84 |
| Hex | FA | B4 | FA | 0 | 1C | 0 | 2 | 12C | 58 | 54 |
| Octal | 372 | 264 | 372 | 0 | 34 | 0 | 2 | 454 | 130 | 124 |
| Binary | 11111010 | 10110100 | 11111010 | 0 | 11100 | 0 | 10 | 100101100 | 1011000 | 1010100 |
Color Harmonies of #FAB4FA
Complementary color
Monochromatic Colors of #FAB4FA
Black with #FAB4FA
Text Example
Text Example
White with #FAB4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB4FA; }
p { color: rgb(250,180,250); }
H1.HeaderClassName
{
color: #FAB4FA;
}
.AnyTagClassName
{
color: #FAB4FA;
}
</style>
background-color css
<style>
a { background-color: #FAB4FA; }
a { background-color: rgb(250,180,250); }
div.DivClassName
{
background-color: #FAB4FA;
}
.BgClassName
{
background-color: #FAB4FA;
}
</style>
border-color css
<style>
span { border-color: #FAB4FA; }
span { border-color: rgb(250,180,250); }
td.TdClassName
{
border-color: #FAB4FA;
}
.TagClassName
{
border-color: #FAB4FA;
}
</style>