Shades of Lavender Rose #FBA7E9
Tints of Lavender Rose #FBA7E9
RGB
CMYK
RGB Variations
Color information
#FBA7E9 (or 0xFBA7E9) is known color: Lavender Rose. HEX triplet: FB, A7 and E9. RGB value is (251,167,233). Sum of RGB (Red+Green+Blue) = 251+167+233=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 167 (65.62% from 255 or 25.65% from 651); Blue value is 233 (91.41% from 255 or 35.79% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA7E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA7E9 is #045816. Grayscale: #C7C7C7. Windows color (decimal): -284695 or 15312891. OLE color: 15312891.
HSL color Cylindrical-coordinate representation of color #FBA7E9: hue angle of 312.86º 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 #FBA7E9 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 233 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.02 |
| HSL | 312.86º | 0.91% | 0.82% | - |
| HSV(B) | 312.86º | 0.33% | 0.98% | - |
| XYZ | 68.31 | 54.03 | 83.92 | - |
| YUV | 199.64 | 146.83 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 233 | 0 | 0.33 | 0.07 | 0.02 | 312.86 | 0.91 | 0.82 |
| Hex | FB | A7 | E9 | 0 | 21 | 7 | 2 | 139 | 5B | 52 |
| Octal | 373 | 247 | 351 | 0 | 41 | 7 | 2 | 471 | 133 | 122 |
| Binary | 11111011 | 10100111 | 11101001 | 0 | 100001 | 111 | 10 | 100111001 | 1011011 | 1010010 |
Color Harmonies of #FBA7E9
Complementary color
Monochromatic Colors of #FBA7E9
Black with #FBA7E9
Text Example
Text Example
White with #FBA7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA7E9; }
p { color: rgb(251,167,233); }
H1.HeaderClassName
{
color: #FBA7E9;
}
.AnyTagClassName
{
color: #FBA7E9;
}
</style>
background-color css
<style>
a { background-color: #FBA7E9; }
a { background-color: rgb(251,167,233); }
div.DivClassName
{
background-color: #FBA7E9;
}
.BgClassName
{
background-color: #FBA7E9;
}
</style>
border-color css
<style>
span { border-color: #FBA7E9; }
span { border-color: rgb(251,167,233); }
td.TdClassName
{
border-color: #FBA7E9;
}
.TagClassName
{
border-color: #FBA7E9;
}
</style>