Shades of Lavender Rose #FAB5F2
Tints of Lavender Rose #FAB5F2
RGB
CMYK
RGB Variations
Color information
#FAB5F2 (or 0xFAB5F2) is known color: Lavender Rose. HEX triplet: FA, B5 and F2. RGB value is (250,181,242). Sum of RGB (Red+Green+Blue) = 250+181+242=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 181 (71.09% from 255 or 26.89% from 673); Blue value is 242 (94.92% from 255 or 35.96% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB5F2 is #054A0D. Grayscale: #D0D0D0. Windows color (decimal): -346638 or 15906298. OLE color: 15906298.
HSL color Cylindrical-coordinate representation of color #FAB5F2: hue angle of 306.96º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB5F2 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 242 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.02 |
| HSL | 306.96º | 0.87% | 0.85% | - |
| HSV(B) | 306.96º | 0.28% | 0.98% | - |
| XYZ | 71.98 | 59.78 | 91.75 | - |
| YUV | 208.59 | 146.86 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 242 | 0 | 0.28 | 0.03 | 0.02 | 306.96 | 0.87 | 0.85 |
| Hex | FA | B5 | F2 | 0 | 1C | 3 | 2 | 133 | 57 | 55 |
| Octal | 372 | 265 | 362 | 0 | 34 | 3 | 2 | 463 | 127 | 125 |
| Binary | 11111010 | 10110101 | 11110010 | 0 | 11100 | 11 | 10 | 100110011 | 1010111 | 1010101 |
Color Harmonies of #FAB5F2
Complementary color
Monochromatic Colors of #FAB5F2
Black with #FAB5F2
Text Example
Text Example
White with #FAB5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB5F2; }
p { color: rgb(250,181,242); }
H1.HeaderClassName
{
color: #FAB5F2;
}
.AnyTagClassName
{
color: #FAB5F2;
}
</style>
background-color css
<style>
a { background-color: #FAB5F2; }
a { background-color: rgb(250,181,242); }
div.DivClassName
{
background-color: #FAB5F2;
}
.BgClassName
{
background-color: #FAB5F2;
}
</style>
border-color css
<style>
span { border-color: #FAB5F2; }
span { border-color: rgb(250,181,242); }
td.TdClassName
{
border-color: #FAB5F2;
}
.TagClassName
{
border-color: #FAB5F2;
}
</style>