Shades of Lavender Rose #FAA4DB
Tints of Lavender Rose #FAA4DB
RGB
CMYK
RGB Variations
Color information
#FAA4DB (or 0xFAA4DB) is known color: Lavender Rose. HEX triplet: FA, A4 and DB. RGB value is (250,164,219). Sum of RGB (Red+Green+Blue) = 250+164+219=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 164 (64.45% from 255 or 25.91% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA4DB is #055B24. Grayscale: #C3C3C3. Windows color (decimal): -351013 or 14394618. OLE color: 14394618.
HSL color Cylindrical-coordinate representation of color #FAA4DB: hue angle of 321.63º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA4DB is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 219 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.02 |
| HSL | 321.63º | 0.9% | 0.81% | - |
| HSV(B) | 321.63º | 0.34% | 0.98% | - |
| XYZ | 65.49 | 51.99 | 73.6 | - |
| YUV | 195.98 | 140.99 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 219 | 0 | 0.34 | 0.12 | 0.02 | 321.63 | 0.9 | 0.81 |
| Hex | FA | A4 | DB | 0 | 22 | C | 2 | 142 | 5A | 51 |
| Octal | 372 | 244 | 333 | 0 | 42 | 14 | 2 | 502 | 132 | 121 |
| Binary | 11111010 | 10100100 | 11011011 | 0 | 100010 | 1100 | 10 | 101000010 | 1011010 | 1010001 |
Color Harmonies of #FAA4DB
Complementary color
Monochromatic Colors of #FAA4DB
Black with #FAA4DB
Text Example
Text Example
White with #FAA4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA4DB; }
p { color: rgb(250,164,219); }
H1.HeaderClassName
{
color: #FAA4DB;
}
.AnyTagClassName
{
color: #FAA4DB;
}
</style>
background-color css
<style>
a { background-color: #FAA4DB; }
a { background-color: rgb(250,164,219); }
div.DivClassName
{
background-color: #FAA4DB;
}
.BgClassName
{
background-color: #FAA4DB;
}
</style>
border-color css
<style>
span { border-color: #FAA4DB; }
span { border-color: rgb(250,164,219); }
td.TdClassName
{
border-color: #FAA4DB;
}
.TagClassName
{
border-color: #FAA4DB;
}
</style>