Shades of Lavender Rose #FBA4FE
Tints of Lavender Rose #FBA4FE
RGB
CMYK
RGB Variations
Color information
#FBA4FE (or 0xFBA4FE) is known color: Lavender Rose. HEX triplet: FB, A4 and FE. RGB value is (251,164,254). Sum of RGB (Red+Green+Blue) = 251+164+254=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 164 (64.45% from 255 or 24.51% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBA4FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA4FE is #045B01. Grayscale: #C8C8C8. Windows color (decimal): -285442 or 16688379. OLE color: 16688379.
HSL color Cylindrical-coordinate representation of color #FBA4FE: hue angle of 298º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBA4FE is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 164 | 254 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.00 |
| HSL | 298º | 0.98% | 0.82% | - |
| HSV(B) | 298º | 0.35% | 1% | - |
| XYZ | 70.95 | 54.22 | 100.49 | - |
| YUV | 200.27 | 158.32 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 254 | 0.01 | 0.35 | 0 | 0.00 | 298 | 0.98 | 0.82 |
| Hex | FB | A4 | FE | 1 | 23 | 0 | 0 | 12A | 62 | 52 |
| Octal | 373 | 244 | 376 | 1 | 43 | 0 | 0 | 452 | 142 | 122 |
| Binary | 11111011 | 10100100 | 11111110 | 1 | 100011 | 0 | 0 | 100101010 | 1100010 | 1010010 |
Color Harmonies of #FBA4FE
Complementary color
Monochromatic Colors of #FBA4FE
Black with #FBA4FE
Text Example
Text Example
White with #FBA4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA4FE; }
p { color: rgb(251,164,254); }
H1.HeaderClassName
{
color: #FBA4FE;
}
.AnyTagClassName
{
color: #FBA4FE;
}
</style>
background-color css
<style>
a { background-color: #FBA4FE; }
a { background-color: rgb(251,164,254); }
div.DivClassName
{
background-color: #FBA4FE;
}
.BgClassName
{
background-color: #FBA4FE;
}
</style>
border-color css
<style>
span { border-color: #FBA4FE; }
span { border-color: rgb(251,164,254); }
td.TdClassName
{
border-color: #FBA4FE;
}
.TagClassName
{
border-color: #FBA4FE;
}
</style>