Shades of Lavender Rose #FAB5F0
Tints of Lavender Rose #FAB5F0
RGB
CMYK
RGB Variations
Color information
#FAB5F0 (or 0xFAB5F0) is known color: Lavender Rose. HEX triplet: FA, B5 and F0. RGB value is (250,181,240). Sum of RGB (Red+Green+Blue) = 250+181+240=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 181 (71.09% from 255 or 26.97% from 671); Blue value is 240 (94.14% from 255 or 35.77% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB5F0 is #054A0F. Grayscale: #D0D0D0. Windows color (decimal): -346640 or 15775226. OLE color: 15775226.
HSL color Cylindrical-coordinate representation of color #FAB5F0: hue angle of 308.7º 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 #FAB5F0 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 240 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.02 |
| HSL | 308.7º | 0.87% | 0.85% | - |
| HSV(B) | 308.7º | 0.28% | 0.98% | - |
| XYZ | 71.68 | 59.66 | 90.18 | - |
| YUV | 208.36 | 145.86 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 240 | 0 | 0.28 | 0.04 | 0.02 | 308.7 | 0.87 | 0.85 |
| Hex | FA | B5 | F0 | 0 | 1C | 4 | 2 | 135 | 57 | 55 |
| Octal | 372 | 265 | 360 | 0 | 34 | 4 | 2 | 465 | 127 | 125 |
| Binary | 11111010 | 10110101 | 11110000 | 0 | 11100 | 100 | 10 | 100110101 | 1010111 | 1010101 |
Color Harmonies of #FAB5F0
Complementary color
Monochromatic Colors of #FAB5F0
Black with #FAB5F0
Text Example
Text Example
White with #FAB5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB5F0; }
p { color: rgb(250,181,240); }
H1.HeaderClassName
{
color: #FAB5F0;
}
.AnyTagClassName
{
color: #FAB5F0;
}
</style>
background-color css
<style>
a { background-color: #FAB5F0; }
a { background-color: rgb(250,181,240); }
div.DivClassName
{
background-color: #FAB5F0;
}
.BgClassName
{
background-color: #FAB5F0;
}
</style>
border-color css
<style>
span { border-color: #FAB5F0; }
span { border-color: rgb(250,181,240); }
td.TdClassName
{
border-color: #FAB5F0;
}
.TagClassName
{
border-color: #FAB5F0;
}
</style>