Shades of Lavender Rose #FBA1DD
Tints of Lavender Rose #FBA1DD
RGB
CMYK
RGB Variations
Color information
#FBA1DD (or 0xFBA1DD) is known color: Lavender Rose. HEX triplet: FB, A1 and DD. RGB value is (251,161,221). Sum of RGB (Red+Green+Blue) = 251+161+221=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 161 (63.28% from 255 or 25.43% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA1DD is #045E22. Grayscale: #C2C2C2. Windows color (decimal): -286243 or 14524923. OLE color: 14524923.
HSL color Cylindrical-coordinate representation of color #FBA1DD: hue angle of 320º 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 #FBA1DD is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 221 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.02 |
| HSL | 320º | 0.92% | 0.81% | - |
| HSV(B) | 320º | 0.36% | 0.98% | - |
| XYZ | 65.58 | 51.22 | 74.84 | - |
| YUV | 194.75 | 142.82 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 221 | 0 | 0.36 | 0.12 | 0.02 | 320 | 0.92 | 0.81 |
| Hex | FB | A1 | DD | 0 | 24 | C | 2 | 140 | 5C | 51 |
| Octal | 373 | 241 | 335 | 0 | 44 | 14 | 2 | 500 | 134 | 121 |
| Binary | 11111011 | 10100001 | 11011101 | 0 | 100100 | 1100 | 10 | 101000000 | 1011100 | 1010001 |
Color Harmonies of #FBA1DD
Complementary color
Monochromatic Colors of #FBA1DD
Black with #FBA1DD
Text Example
Text Example
White with #FBA1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA1DD; }
p { color: rgb(251,161,221); }
H1.HeaderClassName
{
color: #FBA1DD;
}
.AnyTagClassName
{
color: #FBA1DD;
}
</style>
background-color css
<style>
a { background-color: #FBA1DD; }
a { background-color: rgb(251,161,221); }
div.DivClassName
{
background-color: #FBA1DD;
}
.BgClassName
{
background-color: #FBA1DD;
}
</style>
border-color css
<style>
span { border-color: #FBA1DD; }
span { border-color: rgb(251,161,221); }
td.TdClassName
{
border-color: #FBA1DD;
}
.TagClassName
{
border-color: #FBA1DD;
}
</style>