Shades of Lavender Rose #FBA7DD
Tints of Lavender Rose #FBA7DD
RGB
CMYK
RGB Variations
Color information
#FBA7DD (or 0xFBA7DD) is known color: Lavender Rose. HEX triplet: FB, A7 and DD. RGB value is (251,167,221). Sum of RGB (Red+Green+Blue) = 251+167+221=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 167 (65.62% from 255 or 26.13% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA7DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA7DD is #045822. Grayscale: #C6C6C6. Windows color (decimal): -284707 or 14526459. OLE color: 14526459.
HSL color Cylindrical-coordinate representation of color #FBA7DD: hue angle of 321.43º 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 #FBA7DD is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 221 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.02 |
| HSL | 321.43º | 0.91% | 0.82% | - |
| HSV(B) | 321.43º | 0.33% | 0.98% | - |
| XYZ | 66.65 | 53.37 | 75.19 | - |
| YUV | 198.27 | 140.83 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 221 | 0 | 0.33 | 0.12 | 0.02 | 321.43 | 0.91 | 0.82 |
| Hex | FB | A7 | DD | 0 | 21 | C | 2 | 141 | 5B | 52 |
| Octal | 373 | 247 | 335 | 0 | 41 | 14 | 2 | 501 | 133 | 122 |
| Binary | 11111011 | 10100111 | 11011101 | 0 | 100001 | 1100 | 10 | 101000001 | 1011011 | 1010010 |
Color Harmonies of #FBA7DD
Complementary color
Monochromatic Colors of #FBA7DD
Black with #FBA7DD
Text Example
Text Example
White with #FBA7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA7DD; }
p { color: rgb(251,167,221); }
H1.HeaderClassName
{
color: #FBA7DD;
}
.AnyTagClassName
{
color: #FBA7DD;
}
</style>
background-color css
<style>
a { background-color: #FBA7DD; }
a { background-color: rgb(251,167,221); }
div.DivClassName
{
background-color: #FBA7DD;
}
.BgClassName
{
background-color: #FBA7DD;
}
</style>
border-color css
<style>
span { border-color: #FBA7DD; }
span { border-color: rgb(251,167,221); }
td.TdClassName
{
border-color: #FBA7DD;
}
.TagClassName
{
border-color: #FBA7DD;
}
</style>