Shades of Lavender Rose #FAA8DC
Tints of Lavender Rose #FAA8DC
RGB
CMYK
RGB Variations
Color information
#FAA8DC (or 0xFAA8DC) is known color: Lavender Rose. HEX triplet: FA, A8 and DC. RGB value is (250,168,220). Sum of RGB (Red+Green+Blue) = 250+168+220=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 168 (66.02% from 255 or 26.33% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA8DC is #055723. Grayscale: #C6C6C6. Windows color (decimal): -349988 or 14461178. OLE color: 14461178.
HSL color Cylindrical-coordinate representation of color #FAA8DC: hue angle of 321.95º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAA8DC is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 220 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.02 |
| HSL | 321.95º | 0.89% | 0.82% | - |
| HSV(B) | 321.95º | 0.33% | 0.98% | - |
| XYZ | 66.35 | 53.5 | 74.54 | - |
| YUV | 198.45 | 140.17 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 220 | 0 | 0.33 | 0.12 | 0.02 | 321.95 | 0.89 | 0.82 |
| Hex | FA | A8 | DC | 0 | 21 | C | 2 | 142 | 59 | 52 |
| Octal | 372 | 250 | 334 | 0 | 41 | 14 | 2 | 502 | 131 | 122 |
| Binary | 11111010 | 10101000 | 11011100 | 0 | 100001 | 1100 | 10 | 101000010 | 1011001 | 1010010 |
Color Harmonies of #FAA8DC
Complementary color
Monochromatic Colors of #FAA8DC
Black with #FAA8DC
Text Example
Text Example
White with #FAA8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA8DC; }
p { color: rgb(250,168,220); }
H1.HeaderClassName
{
color: #FAA8DC;
}
.AnyTagClassName
{
color: #FAA8DC;
}
</style>
background-color css
<style>
a { background-color: #FAA8DC; }
a { background-color: rgb(250,168,220); }
div.DivClassName
{
background-color: #FAA8DC;
}
.BgClassName
{
background-color: #FAA8DC;
}
</style>
border-color css
<style>
span { border-color: #FAA8DC; }
span { border-color: rgb(250,168,220); }
td.TdClassName
{
border-color: #FAA8DC;
}
.TagClassName
{
border-color: #FAA8DC;
}
</style>