Shades of Lavender Rose #FBA9DD
Tints of Lavender Rose #FBA9DD
RGB
CMYK
RGB Variations
Color information
#FBA9DD (or 0xFBA9DD) is known color: Lavender Rose. HEX triplet: FB, A9 and DD. RGB value is (251,169,221). Sum of RGB (Red+Green+Blue) = 251+169+221=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 169 (66.41% from 255 or 26.37% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA9DD is #045622. Grayscale: #C7C7C7. Windows color (decimal): -284195 or 14526971. OLE color: 14526971.
HSL color Cylindrical-coordinate representation of color #FBA9DD: hue angle of 321.95º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBA9DD is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 221 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.02 |
| HSL | 321.95º | 0.91% | 0.82% | - |
| HSV(B) | 321.95º | 0.33% | 0.98% | - |
| XYZ | 67.02 | 54.11 | 75.32 | - |
| YUV | 199.45 | 140.17 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 221 | 0 | 0.33 | 0.12 | 0.02 | 321.95 | 0.91 | 0.82 |
| Hex | FB | A9 | DD | 0 | 21 | C | 2 | 142 | 5B | 52 |
| Octal | 373 | 251 | 335 | 0 | 41 | 14 | 2 | 502 | 133 | 122 |
| Binary | 11111011 | 10101001 | 11011101 | 0 | 100001 | 1100 | 10 | 101000010 | 1011011 | 1010010 |
Color Harmonies of #FBA9DD
Complementary color
Monochromatic Colors of #FBA9DD
Black with #FBA9DD
Text Example
Text Example
White with #FBA9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA9DD; }
p { color: rgb(251,169,221); }
H1.HeaderClassName
{
color: #FBA9DD;
}
.AnyTagClassName
{
color: #FBA9DD;
}
</style>
background-color css
<style>
a { background-color: #FBA9DD; }
a { background-color: rgb(251,169,221); }
div.DivClassName
{
background-color: #FBA9DD;
}
.BgClassName
{
background-color: #FBA9DD;
}
</style>
border-color css
<style>
span { border-color: #FBA9DD; }
span { border-color: rgb(251,169,221); }
td.TdClassName
{
border-color: #FBA9DD;
}
.TagClassName
{
border-color: #FBA9DD;
}
</style>