Shades of Lavender Rose #FABAEF
Tints of Lavender Rose #FABAEF
RGB
CMYK
RGB Variations
Color information
#FABAEF (or 0xFABAEF) is known color: Lavender Rose. HEX triplet: FA, BA and EF. RGB value is (250,186,239). Sum of RGB (Red+Green+Blue) = 250+186+239=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 186 (73.05% from 255 or 27.56% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABAEF is #054510. Grayscale: #D3D3D3. Windows color (decimal): -345361 or 15710970. OLE color: 15710970.
HSL color Cylindrical-coordinate representation of color #FABAEF: hue angle of 310.31º degrees, saturation: 0.86, 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 #FABAEF is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 239 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.02 |
| HSL | 310.31º | 0.86% | 0.85% | - |
| HSV(B) | 310.31º | 0.26% | 0.98% | - |
| XYZ | 72.56 | 61.67 | 89.74 | - |
| YUV | 211.18 | 143.7 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 239 | 0 | 0.26 | 0.04 | 0.02 | 310.31 | 0.86 | 0.85 |
| Hex | FA | BA | EF | 0 | 1A | 4 | 2 | 136 | 56 | 55 |
| Octal | 372 | 272 | 357 | 0 | 32 | 4 | 2 | 466 | 126 | 125 |
| Binary | 11111010 | 10111010 | 11101111 | 0 | 11010 | 100 | 10 | 100110110 | 1010110 | 1010101 |
Color Harmonies of #FABAEF
Complementary color
Monochromatic Colors of #FABAEF
Black with #FABAEF
Text Example
Text Example
White with #FABAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABAEF; }
p { color: rgb(250,186,239); }
H1.HeaderClassName
{
color: #FABAEF;
}
.AnyTagClassName
{
color: #FABAEF;
}
</style>
background-color css
<style>
a { background-color: #FABAEF; }
a { background-color: rgb(250,186,239); }
div.DivClassName
{
background-color: #FABAEF;
}
.BgClassName
{
background-color: #FABAEF;
}
</style>
border-color css
<style>
span { border-color: #FABAEF; }
span { border-color: rgb(250,186,239); }
td.TdClassName
{
border-color: #FABAEF;
}
.TagClassName
{
border-color: #FABAEF;
}
</style>