Shades of Lavender Rose #FBA2F7
Tints of Lavender Rose #FBA2F7
RGB
CMYK
RGB Variations
Color information
#FBA2F7 (or 0xFBA2F7) is known color: Lavender Rose. HEX triplet: FB, A2 and F7. RGB value is (251,162,247). Sum of RGB (Red+Green+Blue) = 251+162+247=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 162 (63.67% from 255 or 24.55% from 660); Blue value is 247 (96.88% from 255 or 37.42% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA2F7 is #045D08. Grayscale: #C6C6C6. Windows color (decimal): -285961 or 16229115. OLE color: 16229115.
HSL color Cylindrical-coordinate representation of color #FBA2F7: hue angle of 302.7º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBA2F7 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 247 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.02 |
| HSL | 302.7º | 0.92% | 0.81% | - |
| HSV(B) | 302.7º | 0.35% | 0.98% | - |
| XYZ | 69.49 | 53.07 | 94.58 | - |
| YUV | 198.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 247 | 0 | 0.35 | 0.02 | 0.02 | 302.7 | 0.92 | 0.81 |
| Hex | FB | A2 | F7 | 0 | 23 | 2 | 2 | 12F | 5C | 51 |
| Octal | 373 | 242 | 367 | 0 | 43 | 2 | 2 | 457 | 134 | 121 |
| Binary | 11111011 | 10100010 | 11110111 | 0 | 100011 | 10 | 10 | 100101111 | 1011100 | 1010001 |
Color Harmonies of #FBA2F7
Complementary color
Monochromatic Colors of #FBA2F7
Black with #FBA2F7
Text Example
Text Example
White with #FBA2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA2F7; }
p { color: rgb(251,162,247); }
H1.HeaderClassName
{
color: #FBA2F7;
}
.AnyTagClassName
{
color: #FBA2F7;
}
</style>
background-color css
<style>
a { background-color: #FBA2F7; }
a { background-color: rgb(251,162,247); }
div.DivClassName
{
background-color: #FBA2F7;
}
.BgClassName
{
background-color: #FBA2F7;
}
</style>
border-color css
<style>
span { border-color: #FBA2F7; }
span { border-color: rgb(251,162,247); }
td.TdClassName
{
border-color: #FBA2F7;
}
.TagClassName
{
border-color: #FBA2F7;
}
</style>