Shades of Lavender Rose #FBA4DD
Tints of Lavender Rose #FBA4DD
RGB
CMYK
RGB Variations
Color information
#FBA4DD (or 0xFBA4DD) is known color: Lavender Rose. HEX triplet: FB, A4 and DD. RGB value is (251,164,221). Sum of RGB (Red+Green+Blue) = 251+164+221=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 164 (64.45% from 255 or 25.79% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA4DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA4DD is #045B22. Grayscale: #C4C4C4. Windows color (decimal): -285475 or 14525691. OLE color: 14525691.
HSL color Cylindrical-coordinate representation of color #FBA4DD: hue angle of 320.69º 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 #FBA4DD is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 221 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.02 |
| HSL | 320.69º | 0.92% | 0.81% | - |
| HSV(B) | 320.69º | 0.35% | 0.98% | - |
| XYZ | 66.11 | 52.28 | 75.01 | - |
| YUV | 196.51 | 141.82 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 221 | 0 | 0.35 | 0.12 | 0.02 | 320.69 | 0.92 | 0.81 |
| Hex | FB | A4 | DD | 0 | 23 | C | 2 | 141 | 5C | 51 |
| Octal | 373 | 244 | 335 | 0 | 43 | 14 | 2 | 501 | 134 | 121 |
| Binary | 11111011 | 10100100 | 11011101 | 0 | 100011 | 1100 | 10 | 101000001 | 1011100 | 1010001 |
Color Harmonies of #FBA4DD
Complementary color
Monochromatic Colors of #FBA4DD
Black with #FBA4DD
Text Example
Text Example
White with #FBA4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA4DD; }
p { color: rgb(251,164,221); }
H1.HeaderClassName
{
color: #FBA4DD;
}
.AnyTagClassName
{
color: #FBA4DD;
}
</style>
background-color css
<style>
a { background-color: #FBA4DD; }
a { background-color: rgb(251,164,221); }
div.DivClassName
{
background-color: #FBA4DD;
}
.BgClassName
{
background-color: #FBA4DD;
}
</style>
border-color css
<style>
span { border-color: #FBA4DD; }
span { border-color: rgb(251,164,221); }
td.TdClassName
{
border-color: #FBA4DD;
}
.TagClassName
{
border-color: #FBA4DD;
}
</style>