Shades of Lavender Rose #FBA3DE
Tints of Lavender Rose #FBA3DE
RGB
CMYK
RGB Variations
Color information
#FBA3DE (or 0xFBA3DE) is known color: Lavender Rose. HEX triplet: FB, A3 and DE. RGB value is (251,163,222). Sum of RGB (Red+Green+Blue) = 251+163+222=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 163 (64.06% from 255 or 25.63% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA3DE is #045C21. Grayscale: #C3C3C3. Windows color (decimal): -285730 or 14590971. OLE color: 14590971.
HSL color Cylindrical-coordinate representation of color #FBA3DE: hue angle of 319.77º 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 #FBA3DE is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 222 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.02 |
| HSL | 319.77º | 0.92% | 0.81% | - |
| HSV(B) | 319.77º | 0.35% | 0.98% | - |
| XYZ | 66.07 | 51.98 | 75.66 | - |
| YUV | 196.04 | 142.65 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 222 | 0 | 0.35 | 0.12 | 0.02 | 319.77 | 0.92 | 0.81 |
| Hex | FB | A3 | DE | 0 | 23 | C | 2 | 140 | 5C | 51 |
| Octal | 373 | 243 | 336 | 0 | 43 | 14 | 2 | 500 | 134 | 121 |
| Binary | 11111011 | 10100011 | 11011110 | 0 | 100011 | 1100 | 10 | 101000000 | 1011100 | 1010001 |
Color Harmonies of #FBA3DE
Complementary color
Monochromatic Colors of #FBA3DE
Black with #FBA3DE
Text Example
Text Example
White with #FBA3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA3DE; }
p { color: rgb(251,163,222); }
H1.HeaderClassName
{
color: #FBA3DE;
}
.AnyTagClassName
{
color: #FBA3DE;
}
</style>
background-color css
<style>
a { background-color: #FBA3DE; }
a { background-color: rgb(251,163,222); }
div.DivClassName
{
background-color: #FBA3DE;
}
.BgClassName
{
background-color: #FBA3DE;
}
</style>
border-color css
<style>
span { border-color: #FBA3DE; }
span { border-color: rgb(251,163,222); }
td.TdClassName
{
border-color: #FBA3DE;
}
.TagClassName
{
border-color: #FBA3DE;
}
</style>