Shades of Lavender Rose #FBA0DD
Tints of Lavender Rose #FBA0DD
RGB
CMYK
RGB Variations
Color information
#FBA0DD (or 0xFBA0DD) is known color: Lavender Rose. HEX triplet: FB, A0 and DD. RGB value is (251,160,221). Sum of RGB (Red+Green+Blue) = 251+160+221=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 160 (62.89% from 255 or 25.32% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA0DD is #045F22. Grayscale: #C2C2C2. Windows color (decimal): -286499 or 14524667. OLE color: 14524667.
HSL color Cylindrical-coordinate representation of color #FBA0DD: hue angle of 319.78º 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 #FBA0DD is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 221 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.02 |
| HSL | 319.78º | 0.92% | 0.81% | - |
| HSV(B) | 319.78º | 0.36% | 0.98% | - |
| XYZ | 65.41 | 50.87 | 74.78 | - |
| YUV | 194.16 | 143.15 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 221 | 0 | 0.36 | 0.12 | 0.02 | 319.78 | 0.92 | 0.81 |
| Hex | FB | A0 | DD | 0 | 24 | C | 2 | 140 | 5C | 51 |
| Octal | 373 | 240 | 335 | 0 | 44 | 14 | 2 | 500 | 134 | 121 |
| Binary | 11111011 | 10100000 | 11011101 | 0 | 100100 | 1100 | 10 | 101000000 | 1011100 | 1010001 |
Color Harmonies of #FBA0DD
Complementary color
Monochromatic Colors of #FBA0DD
Black with #FBA0DD
Text Example
Text Example
White with #FBA0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA0DD; }
p { color: rgb(251,160,221); }
H1.HeaderClassName
{
color: #FBA0DD;
}
.AnyTagClassName
{
color: #FBA0DD;
}
</style>
background-color css
<style>
a { background-color: #FBA0DD; }
a { background-color: rgb(251,160,221); }
div.DivClassName
{
background-color: #FBA0DD;
}
.BgClassName
{
background-color: #FBA0DD;
}
</style>
border-color css
<style>
span { border-color: #FBA0DD; }
span { border-color: rgb(251,160,221); }
td.TdClassName
{
border-color: #FBA0DD;
}
.TagClassName
{
border-color: #FBA0DD;
}
</style>