Shades of Lavender Rose #FBA8F5
Tints of Lavender Rose #FBA8F5
RGB
CMYK
RGB Variations
Color information
#FBA8F5 (or 0xFBA8F5) is known color: Lavender Rose. HEX triplet: FB, A8 and F5. RGB value is (251,168,245). Sum of RGB (Red+Green+Blue) = 251+168+245=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 168 (66.02% from 255 or 25.30% from 664); Blue value is 245 (96.09% from 255 or 36.90% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA8F5 is #04570A. Grayscale: #C9C9C9. Windows color (decimal): -284427 or 16099579. OLE color: 16099579.
HSL color Cylindrical-coordinate representation of color #FBA8F5: hue angle of 304.34º 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 #FBA8F5 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 245 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.02 |
| HSL | 304.34º | 0.91% | 0.82% | - |
| HSV(B) | 304.34º | 0.33% | 0.98% | - |
| XYZ | 70.27 | 55.11 | 93.32 | - |
| YUV | 201.6 | 152.5 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 245 | 0 | 0.33 | 0.02 | 0.02 | 304.34 | 0.91 | 0.82 |
| Hex | FB | A8 | F5 | 0 | 21 | 2 | 2 | 130 | 5B | 52 |
| Octal | 373 | 250 | 365 | 0 | 41 | 2 | 2 | 460 | 133 | 122 |
| Binary | 11111011 | 10101000 | 11110101 | 0 | 100001 | 10 | 10 | 100110000 | 1011011 | 1010010 |
Color Harmonies of #FBA8F5
Complementary color
Monochromatic Colors of #FBA8F5
Black with #FBA8F5
Text Example
Text Example
White with #FBA8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA8F5; }
p { color: rgb(251,168,245); }
H1.HeaderClassName
{
color: #FBA8F5;
}
.AnyTagClassName
{
color: #FBA8F5;
}
</style>
background-color css
<style>
a { background-color: #FBA8F5; }
a { background-color: rgb(251,168,245); }
div.DivClassName
{
background-color: #FBA8F5;
}
.BgClassName
{
background-color: #FBA8F5;
}
</style>
border-color css
<style>
span { border-color: #FBA8F5; }
span { border-color: rgb(251,168,245); }
td.TdClassName
{
border-color: #FBA8F5;
}
.TagClassName
{
border-color: #FBA8F5;
}
</style>