Shades of Lavender Rose #FAA3DB
Tints of Lavender Rose #FAA3DB
RGB
CMYK
RGB Variations
Color information
#FAA3DB (or 0xFAA3DB) is known color: Lavender Rose. HEX triplet: FA, A3 and DB. RGB value is (250,163,219). Sum of RGB (Red+Green+Blue) = 250+163+219=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 163 (64.06% from 255 or 25.79% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA3DB is #055C24. Grayscale: #C3C3C3. Windows color (decimal): -351269 or 14394362. OLE color: 14394362.
HSL color Cylindrical-coordinate representation of color #FAA3DB: hue angle of 321.38º degrees, saturation: 0.9, 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 #FAA3DB is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 219 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.02 |
| HSL | 321.38º | 0.9% | 0.81% | - |
| HSV(B) | 321.38º | 0.35% | 0.98% | - |
| XYZ | 65.31 | 51.63 | 73.54 | - |
| YUV | 195.4 | 141.32 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 219 | 0 | 0.35 | 0.12 | 0.02 | 321.38 | 0.9 | 0.81 |
| Hex | FA | A3 | DB | 0 | 23 | C | 2 | 141 | 5A | 51 |
| Octal | 372 | 243 | 333 | 0 | 43 | 14 | 2 | 501 | 132 | 121 |
| Binary | 11111010 | 10100011 | 11011011 | 0 | 100011 | 1100 | 10 | 101000001 | 1011010 | 1010001 |
Color Harmonies of #FAA3DB
Complementary color
Monochromatic Colors of #FAA3DB
Black with #FAA3DB
Text Example
Text Example
White with #FAA3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA3DB; }
p { color: rgb(250,163,219); }
H1.HeaderClassName
{
color: #FAA3DB;
}
.AnyTagClassName
{
color: #FAA3DB;
}
</style>
background-color css
<style>
a { background-color: #FAA3DB; }
a { background-color: rgb(250,163,219); }
div.DivClassName
{
background-color: #FAA3DB;
}
.BgClassName
{
background-color: #FAA3DB;
}
</style>
border-color css
<style>
span { border-color: #FAA3DB; }
span { border-color: rgb(250,163,219); }
td.TdClassName
{
border-color: #FAA3DB;
}
.TagClassName
{
border-color: #FAA3DB;
}
</style>