Shades of Lavender Rose #FBA3EE
Tints of Lavender Rose #FBA3EE
RGB
CMYK
RGB Variations
Color information
#FBA3EE (or 0xFBA3EE) is known color: Lavender Rose. HEX triplet: FB, A3 and EE. RGB value is (251,163,238). Sum of RGB (Red+Green+Blue) = 251+163+238=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 163 (64.06% from 255 or 25% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA3EE is #045C11. Grayscale: #C5C5C5. Windows color (decimal): -285714 or 15639547. OLE color: 15639547.
HSL color Cylindrical-coordinate representation of color #FBA3EE: hue angle of 308.86º 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 #FBA3EE is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 238 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.02 |
| HSL | 308.86º | 0.92% | 0.81% | - |
| HSV(B) | 308.86º | 0.35% | 0.98% | - |
| XYZ | 68.31 | 52.88 | 87.49 | - |
| YUV | 197.86 | 150.65 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 238 | 0 | 0.35 | 0.05 | 0.02 | 308.86 | 0.92 | 0.81 |
| Hex | FB | A3 | EE | 0 | 23 | 5 | 2 | 135 | 5C | 51 |
| Octal | 373 | 243 | 356 | 0 | 43 | 5 | 2 | 465 | 134 | 121 |
| Binary | 11111011 | 10100011 | 11101110 | 0 | 100011 | 101 | 10 | 100110101 | 1011100 | 1010001 |
Color Harmonies of #FBA3EE
Complementary color
Monochromatic Colors of #FBA3EE
Black with #FBA3EE
Text Example
Text Example
White with #FBA3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA3EE; }
p { color: rgb(251,163,238); }
H1.HeaderClassName
{
color: #FBA3EE;
}
.AnyTagClassName
{
color: #FBA3EE;
}
</style>
background-color css
<style>
a { background-color: #FBA3EE; }
a { background-color: rgb(251,163,238); }
div.DivClassName
{
background-color: #FBA3EE;
}
.BgClassName
{
background-color: #FBA3EE;
}
</style>
border-color css
<style>
span { border-color: #FBA3EE; }
span { border-color: rgb(251,163,238); }
td.TdClassName
{
border-color: #FBA3EE;
}
.TagClassName
{
border-color: #FBA3EE;
}
</style>