Shades of Lavender Rose #FBA9E9
Tints of Lavender Rose #FBA9E9
RGB
CMYK
RGB Variations
Color information
#FBA9E9 (or 0xFBA9E9) is known color: Lavender Rose. HEX triplet: FB, A9 and E9. RGB value is (251,169,233). Sum of RGB (Red+Green+Blue) = 251+169+233=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 169 (66.41% from 255 or 25.88% from 653); Blue value is 233 (91.41% from 255 or 35.68% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA9E9 is #045616. Grayscale: #C8C8C8. Windows color (decimal): -284183 or 15313403. OLE color: 15313403.
HSL color Cylindrical-coordinate representation of color #FBA9E9: hue angle of 313.17º 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 #FBA9E9 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 233 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.02 |
| HSL | 313.17º | 0.91% | 0.82% | - |
| HSV(B) | 313.17º | 0.33% | 0.98% | - |
| XYZ | 68.68 | 54.77 | 84.04 | - |
| YUV | 200.81 | 146.17 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 233 | 0 | 0.33 | 0.07 | 0.02 | 313.17 | 0.91 | 0.82 |
| Hex | FB | A9 | E9 | 0 | 21 | 7 | 2 | 139 | 5B | 52 |
| Octal | 373 | 251 | 351 | 0 | 41 | 7 | 2 | 471 | 133 | 122 |
| Binary | 11111011 | 10101001 | 11101001 | 0 | 100001 | 111 | 10 | 100111001 | 1011011 | 1010010 |
Color Harmonies of #FBA9E9
Complementary color
Monochromatic Colors of #FBA9E9
Black with #FBA9E9
Text Example
Text Example
White with #FBA9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA9E9; }
p { color: rgb(251,169,233); }
H1.HeaderClassName
{
color: #FBA9E9;
}
.AnyTagClassName
{
color: #FBA9E9;
}
</style>
background-color css
<style>
a { background-color: #FBA9E9; }
a { background-color: rgb(251,169,233); }
div.DivClassName
{
background-color: #FBA9E9;
}
.BgClassName
{
background-color: #FBA9E9;
}
</style>
border-color css
<style>
span { border-color: #FBA9E9; }
span { border-color: rgb(251,169,233); }
td.TdClassName
{
border-color: #FBA9E9;
}
.TagClassName
{
border-color: #FBA9E9;
}
</style>