Shades of Lavender Rose #FABBEB
Tints of Lavender Rose #FABBEB
RGB
CMYK
RGB Variations
Color information
#FABBEB (or 0xFABBEB) is known color: Lavender Rose. HEX triplet: FA, BB and EB. RGB value is (250,187,235). Sum of RGB (Red+Green+Blue) = 250+187+235=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 187 (73.44% from 255 or 27.83% from 672); Blue value is 235 (92.19% from 255 or 34.97% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABBEB is #054414. Grayscale: #D3D3D3. Windows color (decimal): -345109 or 15449082. OLE color: 15449082.
HSL color Cylindrical-coordinate representation of color #FABBEB: hue angle of 314.29º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FABBEB is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 235 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.02 |
| HSL | 314.29º | 0.86% | 0.86% | - |
| HSV(B) | 314.29º | 0.25% | 0.98% | - |
| XYZ | 72.19 | 61.86 | 86.73 | - |
| YUV | 211.31 | 141.37 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 235 | 0 | 0.25 | 0.06 | 0.02 | 314.29 | 0.86 | 0.86 |
| Hex | FA | BB | EB | 0 | 19 | 6 | 2 | 13A | 56 | 56 |
| Octal | 372 | 273 | 353 | 0 | 31 | 6 | 2 | 472 | 126 | 126 |
| Binary | 11111010 | 10111011 | 11101011 | 0 | 11001 | 110 | 10 | 100111010 | 1010110 | 1010110 |
Color Harmonies of #FABBEB
Complementary color
Monochromatic Colors of #FABBEB
Black with #FABBEB
Text Example
Text Example
White with #FABBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBEB; }
p { color: rgb(250,187,235); }
H1.HeaderClassName
{
color: #FABBEB;
}
.AnyTagClassName
{
color: #FABBEB;
}
</style>
background-color css
<style>
a { background-color: #FABBEB; }
a { background-color: rgb(250,187,235); }
div.DivClassName
{
background-color: #FABBEB;
}
.BgClassName
{
background-color: #FABBEB;
}
</style>
border-color css
<style>
span { border-color: #FABBEB; }
span { border-color: rgb(250,187,235); }
td.TdClassName
{
border-color: #FABBEB;
}
.TagClassName
{
border-color: #FABBEB;
}
</style>