Shades of Lavender Rose #FBA3E3
Tints of Lavender Rose #FBA3E3
RGB
CMYK
RGB Variations
Color information
#FBA3E3 (or 0xFBA3E3) is known color: Lavender Rose. HEX triplet: FB, A3 and E3. RGB value is (251,163,227). Sum of RGB (Red+Green+Blue) = 251+163+227=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 163 (64.06% from 255 or 25.43% from 641); Blue value is 227 (89.06% from 255 or 35.41% from 641); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA3E3 is #045C1C. Grayscale: #C4C4C4. Windows color (decimal): -285725 or 14918651. OLE color: 14918651.
HSL color Cylindrical-coordinate representation of color #FBA3E3: hue angle of 316.36º 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 #FBA3E3 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 227 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.02 |
| HSL | 316.36º | 0.92% | 0.81% | - |
| HSV(B) | 316.36º | 0.35% | 0.98% | - |
| XYZ | 66.75 | 52.25 | 79.24 | - |
| YUV | 196.61 | 145.15 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 227 | 0 | 0.35 | 0.10 | 0.02 | 316.36 | 0.92 | 0.81 |
| Hex | FB | A3 | E3 | 0 | 23 | A | 2 | 13C | 5C | 51 |
| Octal | 373 | 243 | 343 | 0 | 43 | 12 | 2 | 474 | 134 | 121 |
| Binary | 11111011 | 10100011 | 11100011 | 0 | 100011 | 1010 | 10 | 100111100 | 1011100 | 1010001 |
Color Harmonies of #FBA3E3
Complementary color
Monochromatic Colors of #FBA3E3
Black with #FBA3E3
Text Example
Text Example
White with #FBA3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA3E3; }
p { color: rgb(251,163,227); }
H1.HeaderClassName
{
color: #FBA3E3;
}
.AnyTagClassName
{
color: #FBA3E3;
}
</style>
background-color css
<style>
a { background-color: #FBA3E3; }
a { background-color: rgb(251,163,227); }
div.DivClassName
{
background-color: #FBA3E3;
}
.BgClassName
{
background-color: #FBA3E3;
}
</style>
border-color css
<style>
span { border-color: #FBA3E3; }
span { border-color: rgb(251,163,227); }
td.TdClassName
{
border-color: #FBA3E3;
}
.TagClassName
{
border-color: #FBA3E3;
}
</style>