Shades of Lavender Rose #FAB9F5
Tints of Lavender Rose #FAB9F5
RGB
CMYK
RGB Variations
Color information
#FAB9F5 (or 0xFAB9F5) is known color: Lavender Rose. HEX triplet: FA, B9 and F5. RGB value is (250,185,245). Sum of RGB (Red+Green+Blue) = 250+185+245=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 185 (72.66% from 255 or 27.21% from 680); Blue value is 245 (96.09% from 255 or 36.03% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB9F5 is #05460A. Grayscale: #D3D3D3. Windows color (decimal): -345611 or 16103930. OLE color: 16103930.
HSL color Cylindrical-coordinate representation of color #FAB9F5: hue angle of 304.62º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAB9F5 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 245 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.02 |
| HSL | 304.62º | 0.87% | 0.85% | - |
| HSV(B) | 304.62º | 0.26% | 0.98% | - |
| XYZ | 73.25 | 61.61 | 94.42 | - |
| YUV | 211.28 | 147.03 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 245 | 0 | 0.26 | 0.02 | 0.02 | 304.62 | 0.87 | 0.85 |
| Hex | FA | B9 | F5 | 0 | 1A | 2 | 2 | 131 | 57 | 55 |
| Octal | 372 | 271 | 365 | 0 | 32 | 2 | 2 | 461 | 127 | 125 |
| Binary | 11111010 | 10111001 | 11110101 | 0 | 11010 | 10 | 10 | 100110001 | 1010111 | 1010101 |
Color Harmonies of #FAB9F5
Complementary color
Monochromatic Colors of #FAB9F5
Black with #FAB9F5
Text Example
Text Example
White with #FAB9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB9F5; }
p { color: rgb(250,185,245); }
H1.HeaderClassName
{
color: #FAB9F5;
}
.AnyTagClassName
{
color: #FAB9F5;
}
</style>
background-color css
<style>
a { background-color: #FAB9F5; }
a { background-color: rgb(250,185,245); }
div.DivClassName
{
background-color: #FAB9F5;
}
.BgClassName
{
background-color: #FAB9F5;
}
</style>
border-color css
<style>
span { border-color: #FAB9F5; }
span { border-color: rgb(250,185,245); }
td.TdClassName
{
border-color: #FAB9F5;
}
.TagClassName
{
border-color: #FAB9F5;
}
</style>