Shades of Lavender Rose #FBA8EF
Tints of Lavender Rose #FBA8EF
RGB
CMYK
RGB Variations
Color information
#FBA8EF (or 0xFBA8EF) is known color: Lavender Rose. HEX triplet: FB, A8 and EF. RGB value is (251,168,239). Sum of RGB (Red+Green+Blue) = 251+168+239=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 168 (66.02% from 255 or 25.53% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA8EF is #045710. Grayscale: #C8C8C8. Windows color (decimal): -284433 or 15706363. OLE color: 15706363.
HSL color Cylindrical-coordinate representation of color #FBA8EF: hue angle of 308.67º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBA8EF is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 239 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.02 |
| HSL | 308.67º | 0.91% | 0.82% | - |
| HSV(B) | 308.67º | 0.33% | 0.98% | - |
| XYZ | 69.37 | 54.75 | 88.57 | - |
| YUV | 200.91 | 149.5 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 239 | 0 | 0.33 | 0.05 | 0.02 | 308.67 | 0.91 | 0.82 |
| Hex | FB | A8 | EF | 0 | 21 | 5 | 2 | 135 | 5B | 52 |
| Octal | 373 | 250 | 357 | 0 | 41 | 5 | 2 | 465 | 133 | 122 |
| Binary | 11111011 | 10101000 | 11101111 | 0 | 100001 | 101 | 10 | 100110101 | 1011011 | 1010010 |
Color Harmonies of #FBA8EF
Complementary color
Monochromatic Colors of #FBA8EF
Black with #FBA8EF
Text Example
Text Example
White with #FBA8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA8EF; }
p { color: rgb(251,168,239); }
H1.HeaderClassName
{
color: #FBA8EF;
}
.AnyTagClassName
{
color: #FBA8EF;
}
</style>
background-color css
<style>
a { background-color: #FBA8EF; }
a { background-color: rgb(251,168,239); }
div.DivClassName
{
background-color: #FBA8EF;
}
.BgClassName
{
background-color: #FBA8EF;
}
</style>
border-color css
<style>
span { border-color: #FBA8EF; }
span { border-color: rgb(251,168,239); }
td.TdClassName
{
border-color: #FBA8EF;
}
.TagClassName
{
border-color: #FBA8EF;
}
</style>