Shades of Lavender Rose #FBA0D8
Tints of Lavender Rose #FBA0D8
RGB
CMYK
RGB Variations
Color information
#FBA0D8 (or 0xFBA0D8) is known color: Lavender Rose. HEX triplet: FB, A0 and D8. RGB value is (251,160,216). Sum of RGB (Red+Green+Blue) = 251+160+216=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 160 (62.89% from 255 or 25.52% from 627); Blue value is 216 (84.77% from 255 or 34.45% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA0D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA0D8 is #045F27. Grayscale: #C1C1C1. Windows color (decimal): -286504 or 14196987. OLE color: 14196987.
HSL color Cylindrical-coordinate representation of color #FBA0D8: hue angle of 323.08º 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 #FBA0D8 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 216 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.02 |
| HSL | 323.08º | 0.92% | 0.81% | - |
| HSV(B) | 323.08º | 0.36% | 0.98% | - |
| XYZ | 64.75 | 50.61 | 71.32 | - |
| YUV | 193.59 | 140.65 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 216 | 0 | 0.36 | 0.14 | 0.02 | 323.08 | 0.92 | 0.81 |
| Hex | FB | A0 | D8 | 0 | 24 | E | 2 | 143 | 5C | 51 |
| Octal | 373 | 240 | 330 | 0 | 44 | 16 | 2 | 503 | 134 | 121 |
| Binary | 11111011 | 10100000 | 11011000 | 0 | 100100 | 1110 | 10 | 101000011 | 1011100 | 1010001 |
Color Harmonies of #FBA0D8
Complementary color
Monochromatic Colors of #FBA0D8
Black with #FBA0D8
Text Example
Text Example
White with #FBA0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA0D8; }
p { color: rgb(251,160,216); }
H1.HeaderClassName
{
color: #FBA0D8;
}
.AnyTagClassName
{
color: #FBA0D8;
}
</style>
background-color css
<style>
a { background-color: #FBA0D8; }
a { background-color: rgb(251,160,216); }
div.DivClassName
{
background-color: #FBA0D8;
}
.BgClassName
{
background-color: #FBA0D8;
}
</style>
border-color css
<style>
span { border-color: #FBA0D8; }
span { border-color: rgb(251,160,216); }
td.TdClassName
{
border-color: #FBA0D8;
}
.TagClassName
{
border-color: #FBA0D8;
}
</style>