Shades of Lavender Rose #FBA2DD
Tints of Lavender Rose #FBA2DD
RGB
CMYK
RGB Variations
Color information
#FBA2DD (or 0xFBA2DD) is known color: Lavender Rose. HEX triplet: FB, A2 and DD. RGB value is (251,162,221). Sum of RGB (Red+Green+Blue) = 251+162+221=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 162 (63.67% from 255 or 25.55% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA2DD is #045D22. Grayscale: #C3C3C3. Windows color (decimal): -285987 or 14525179. OLE color: 14525179.
HSL color Cylindrical-coordinate representation of color #FBA2DD: hue angle of 320.22º 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 #FBA2DD is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 221 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.02 |
| HSL | 320.22º | 0.92% | 0.81% | - |
| HSV(B) | 320.22º | 0.35% | 0.98% | - |
| XYZ | 65.76 | 51.57 | 74.9 | - |
| YUV | 195.34 | 142.49 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 221 | 0 | 0.35 | 0.12 | 0.02 | 320.22 | 0.92 | 0.81 |
| Hex | FB | A2 | DD | 0 | 23 | C | 2 | 140 | 5C | 51 |
| Octal | 373 | 242 | 335 | 0 | 43 | 14 | 2 | 500 | 134 | 121 |
| Binary | 11111011 | 10100010 | 11011101 | 0 | 100011 | 1100 | 10 | 101000000 | 1011100 | 1010001 |
Color Harmonies of #FBA2DD
Complementary color
Monochromatic Colors of #FBA2DD
Black with #FBA2DD
Text Example
Text Example
White with #FBA2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA2DD; }
p { color: rgb(251,162,221); }
H1.HeaderClassName
{
color: #FBA2DD;
}
.AnyTagClassName
{
color: #FBA2DD;
}
</style>
background-color css
<style>
a { background-color: #FBA2DD; }
a { background-color: rgb(251,162,221); }
div.DivClassName
{
background-color: #FBA2DD;
}
.BgClassName
{
background-color: #FBA2DD;
}
</style>
border-color css
<style>
span { border-color: #FBA2DD; }
span { border-color: rgb(251,162,221); }
td.TdClassName
{
border-color: #FBA2DD;
}
.TagClassName
{
border-color: #FBA2DD;
}
</style>