Shades of Lavender Rose #FBA0E0
Tints of Lavender Rose #FBA0E0
RGB
CMYK
RGB Variations
Color information
#FBA0E0 (or 0xFBA0E0) is known color: Lavender Rose. HEX triplet: FB, A0 and E0. RGB value is (251,160,224). Sum of RGB (Red+Green+Blue) = 251+160+224=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 160 (62.89% from 255 or 25.20% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA0E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA0E0 is #045F1F. Grayscale: #C2C2C2. Windows color (decimal): -286496 or 14721275. OLE color: 14721275.
HSL color Cylindrical-coordinate representation of color #FBA0E0: hue angle of 317.8º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBA0E0 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 224 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.02 |
| HSL | 317.8º | 0.92% | 0.81% | - |
| HSV(B) | 317.8º | 0.36% | 0.98% | - |
| XYZ | 65.81 | 51.03 | 76.9 | - |
| YUV | 194.51 | 144.65 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 224 | 0 | 0.36 | 0.11 | 0.02 | 317.8 | 0.92 | 0.81 |
| Hex | FB | A0 | E0 | 0 | 24 | B | 2 | 13E | 5C | 51 |
| Octal | 373 | 240 | 340 | 0 | 44 | 13 | 2 | 476 | 134 | 121 |
| Binary | 11111011 | 10100000 | 11100000 | 0 | 100100 | 1011 | 10 | 100111110 | 1011100 | 1010001 |
Color Harmonies of #FBA0E0
Complementary color
Monochromatic Colors of #FBA0E0
Black with #FBA0E0
Text Example
Text Example
White with #FBA0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA0E0; }
p { color: rgb(251,160,224); }
H1.HeaderClassName
{
color: #FBA0E0;
}
.AnyTagClassName
{
color: #FBA0E0;
}
</style>
background-color css
<style>
a { background-color: #FBA0E0; }
a { background-color: rgb(251,160,224); }
div.DivClassName
{
background-color: #FBA0E0;
}
.BgClassName
{
background-color: #FBA0E0;
}
</style>
border-color css
<style>
span { border-color: #FBA0E0; }
span { border-color: rgb(251,160,224); }
td.TdClassName
{
border-color: #FBA0E0;
}
.TagClassName
{
border-color: #FBA0E0;
}
</style>