Shades of Lavender Rose #FAB9F8
Tints of Lavender Rose #FAB9F8
RGB
CMYK
RGB Variations
Color information
#FAB9F8 (or 0xFAB9F8) is known color: Lavender Rose. HEX triplet: FA, B9 and F8. RGB value is (250,185,248). Sum of RGB (Red+Green+Blue) = 250+185+248=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 185 (72.66% from 255 or 27.09% from 683); Blue value is 248 (97.27% from 255 or 36.31% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB9F8 is #054607. Grayscale: #D3D3D3. Windows color (decimal): -345608 or 16300538. OLE color: 16300538.
HSL color Cylindrical-coordinate representation of color #FAB9F8: hue angle of 301.85º 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 #FAB9F8 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 248 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.02 |
| HSL | 301.85º | 0.87% | 0.85% | - |
| HSV(B) | 301.85º | 0.26% | 0.98% | - |
| XYZ | 73.72 | 61.8 | 96.85 | - |
| YUV | 211.62 | 148.53 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 248 | 0 | 0.26 | 0.01 | 0.02 | 301.85 | 0.87 | 0.85 |
| Hex | FA | B9 | F8 | 0 | 1A | 1 | 2 | 12E | 57 | 55 |
| Octal | 372 | 271 | 370 | 0 | 32 | 1 | 2 | 456 | 127 | 125 |
| Binary | 11111010 | 10111001 | 11111000 | 0 | 11010 | 1 | 10 | 100101110 | 1010111 | 1010101 |
Color Harmonies of #FAB9F8
Complementary color
Monochromatic Colors of #FAB9F8
Black with #FAB9F8
Text Example
Text Example
White with #FAB9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB9F8; }
p { color: rgb(250,185,248); }
H1.HeaderClassName
{
color: #FAB9F8;
}
.AnyTagClassName
{
color: #FAB9F8;
}
</style>
background-color css
<style>
a { background-color: #FAB9F8; }
a { background-color: rgb(250,185,248); }
div.DivClassName
{
background-color: #FAB9F8;
}
.BgClassName
{
background-color: #FAB9F8;
}
</style>
border-color css
<style>
span { border-color: #FAB9F8; }
span { border-color: rgb(250,185,248); }
td.TdClassName
{
border-color: #FAB9F8;
}
.TagClassName
{
border-color: #FAB9F8;
}
</style>