Shades of Lavender Rose #FAB9EE
Tints of Lavender Rose #FAB9EE
RGB
CMYK
RGB Variations
Color information
#FAB9EE (or 0xFAB9EE) is known color: Lavender Rose. HEX triplet: FA, B9 and EE. RGB value is (250,185,238). Sum of RGB (Red+Green+Blue) = 250+185+238=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 185 (72.66% from 255 or 27.49% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB9EE is #054611. Grayscale: #D2D2D2. Windows color (decimal): -345618 or 15645178. OLE color: 15645178.
HSL color Cylindrical-coordinate representation of color #FAB9EE: hue angle of 311.08º 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 #FAB9EE is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 238 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.02 |
| HSL | 311.08º | 0.87% | 0.85% | - |
| HSV(B) | 311.08º | 0.26% | 0.98% | - |
| XYZ | 72.21 | 61.19 | 88.9 | - |
| YUV | 210.48 | 143.53 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 238 | 0 | 0.26 | 0.05 | 0.02 | 311.08 | 0.87 | 0.85 |
| Hex | FA | B9 | EE | 0 | 1A | 5 | 2 | 137 | 57 | 55 |
| Octal | 372 | 271 | 356 | 0 | 32 | 5 | 2 | 467 | 127 | 125 |
| Binary | 11111010 | 10111001 | 11101110 | 0 | 11010 | 101 | 10 | 100110111 | 1010111 | 1010101 |
Color Harmonies of #FAB9EE
Complementary color
Monochromatic Colors of #FAB9EE
Black with #FAB9EE
Text Example
Text Example
White with #FAB9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB9EE; }
p { color: rgb(250,185,238); }
H1.HeaderClassName
{
color: #FAB9EE;
}
.AnyTagClassName
{
color: #FAB9EE;
}
</style>
background-color css
<style>
a { background-color: #FAB9EE; }
a { background-color: rgb(250,185,238); }
div.DivClassName
{
background-color: #FAB9EE;
}
.BgClassName
{
background-color: #FAB9EE;
}
</style>
border-color css
<style>
span { border-color: #FAB9EE; }
span { border-color: rgb(250,185,238); }
td.TdClassName
{
border-color: #FAB9EE;
}
.TagClassName
{
border-color: #FAB9EE;
}
</style>