Shades of Lavender Rose #FBA3F4
Tints of Lavender Rose #FBA3F4
RGB
CMYK
RGB Variations
Color information
#FBA3F4 (or 0xFBA3F4) is known color: Lavender Rose. HEX triplet: FB, A3 and F4. RGB value is (251,163,244). Sum of RGB (Red+Green+Blue) = 251+163+244=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 163 (64.06% from 255 or 24.77% from 658); Blue value is 244 (95.70% from 255 or 37.08% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA3F4 is #045C0B. Grayscale: #C6C6C6. Windows color (decimal): -285708 or 16032763. OLE color: 16032763.
HSL color Cylindrical-coordinate representation of color #FBA3F4: hue angle of 304.77º 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 #FBA3F4 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 244 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.02 |
| HSL | 304.77º | 0.92% | 0.81% | - |
| HSV(B) | 304.77º | 0.35% | 0.98% | - |
| XYZ | 69.21 | 53.24 | 92.22 | - |
| YUV | 198.55 | 153.65 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 244 | 0 | 0.35 | 0.03 | 0.02 | 304.77 | 0.92 | 0.81 |
| Hex | FB | A3 | F4 | 0 | 23 | 3 | 2 | 131 | 5C | 51 |
| Octal | 373 | 243 | 364 | 0 | 43 | 3 | 2 | 461 | 134 | 121 |
| Binary | 11111011 | 10100011 | 11110100 | 0 | 100011 | 11 | 10 | 100110001 | 1011100 | 1010001 |
Color Harmonies of #FBA3F4
Complementary color
Monochromatic Colors of #FBA3F4
Black with #FBA3F4
Text Example
Text Example
White with #FBA3F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA3F4; }
p { color: rgb(251,163,244); }
H1.HeaderClassName
{
color: #FBA3F4;
}
.AnyTagClassName
{
color: #FBA3F4;
}
</style>
background-color css
<style>
a { background-color: #FBA3F4; }
a { background-color: rgb(251,163,244); }
div.DivClassName
{
background-color: #FBA3F4;
}
.BgClassName
{
background-color: #FBA3F4;
}
</style>
border-color css
<style>
span { border-color: #FBA3F4; }
span { border-color: rgb(251,163,244); }
td.TdClassName
{
border-color: #FBA3F4;
}
.TagClassName
{
border-color: #FBA3F4;
}
</style>