Shades of Lavender Rose #FBA7F5
Tints of Lavender Rose #FBA7F5
RGB
CMYK
RGB Variations
Color information
#FBA7F5 (or 0xFBA7F5) is known color: Lavender Rose. HEX triplet: FB, A7 and F5. RGB value is (251,167,245). Sum of RGB (Red+Green+Blue) = 251+167+245=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 167 (65.62% from 255 or 25.19% from 663); Blue value is 245 (96.09% from 255 or 36.95% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA7F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA7F5 is #04580A. Grayscale: #C8C8C8. Windows color (decimal): -284683 or 16099323. OLE color: 16099323.
HSL color Cylindrical-coordinate representation of color #FBA7F5: hue angle of 304.29º 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 #FBA7F5 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 245 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.02 |
| HSL | 304.29º | 0.91% | 0.82% | - |
| HSV(B) | 304.29º | 0.33% | 0.98% | - |
| XYZ | 70.08 | 54.74 | 93.26 | - |
| YUV | 201.01 | 152.83 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 245 | 0 | 0.33 | 0.02 | 0.02 | 304.29 | 0.91 | 0.82 |
| Hex | FB | A7 | F5 | 0 | 21 | 2 | 2 | 130 | 5B | 52 |
| Octal | 373 | 247 | 365 | 0 | 41 | 2 | 2 | 460 | 133 | 122 |
| Binary | 11111011 | 10100111 | 11110101 | 0 | 100001 | 10 | 10 | 100110000 | 1011011 | 1010010 |
Color Harmonies of #FBA7F5
Complementary color
Monochromatic Colors of #FBA7F5
Black with #FBA7F5
Text Example
Text Example
White with #FBA7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA7F5; }
p { color: rgb(251,167,245); }
H1.HeaderClassName
{
color: #FBA7F5;
}
.AnyTagClassName
{
color: #FBA7F5;
}
</style>
background-color css
<style>
a { background-color: #FBA7F5; }
a { background-color: rgb(251,167,245); }
div.DivClassName
{
background-color: #FBA7F5;
}
.BgClassName
{
background-color: #FBA7F5;
}
</style>
border-color css
<style>
span { border-color: #FBA7F5; }
span { border-color: rgb(251,167,245); }
td.TdClassName
{
border-color: #FBA7F5;
}
.TagClassName
{
border-color: #FBA7F5;
}
</style>