Shades of Lavender Rose #FBA3DD
Tints of Lavender Rose #FBA3DD
RGB
CMYK
RGB Variations
Color information
#FBA3DD (or 0xFBA3DD) is known color: Lavender Rose. HEX triplet: FB, A3 and DD. RGB value is (251,163,221). Sum of RGB (Red+Green+Blue) = 251+163+221=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 163 (64.06% from 255 or 25.67% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA3DD is #045C22. Grayscale: #C3C3C3. Windows color (decimal): -285731 or 14525435. OLE color: 14525435.
HSL color Cylindrical-coordinate representation of color #FBA3DD: hue angle of 320.45º 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 #FBA3DD is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 221 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.02 |
| HSL | 320.45º | 0.92% | 0.81% | - |
| HSV(B) | 320.45º | 0.35% | 0.98% | - |
| XYZ | 65.93 | 51.92 | 74.95 | - |
| YUV | 195.92 | 142.15 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 221 | 0 | 0.35 | 0.12 | 0.02 | 320.45 | 0.92 | 0.81 |
| Hex | FB | A3 | DD | 0 | 23 | C | 2 | 140 | 5C | 51 |
| Octal | 373 | 243 | 335 | 0 | 43 | 14 | 2 | 500 | 134 | 121 |
| Binary | 11111011 | 10100011 | 11011101 | 0 | 100011 | 1100 | 10 | 101000000 | 1011100 | 1010001 |
Color Harmonies of #FBA3DD
Complementary color
Monochromatic Colors of #FBA3DD
Black with #FBA3DD
Text Example
Text Example
White with #FBA3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA3DD; }
p { color: rgb(251,163,221); }
H1.HeaderClassName
{
color: #FBA3DD;
}
.AnyTagClassName
{
color: #FBA3DD;
}
</style>
background-color css
<style>
a { background-color: #FBA3DD; }
a { background-color: rgb(251,163,221); }
div.DivClassName
{
background-color: #FBA3DD;
}
.BgClassName
{
background-color: #FBA3DD;
}
</style>
border-color css
<style>
span { border-color: #FBA3DD; }
span { border-color: rgb(251,163,221); }
td.TdClassName
{
border-color: #FBA3DD;
}
.TagClassName
{
border-color: #FBA3DD;
}
</style>