Shades of Lavender Rose #FAA3DC
Tints of Lavender Rose #FAA3DC
RGB
CMYK
RGB Variations
Color information
#FAA3DC (or 0xFAA3DC) is known color: Lavender Rose. HEX triplet: FA, A3 and DC. RGB value is (250,163,220). Sum of RGB (Red+Green+Blue) = 250+163+220=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 163 (64.06% from 255 or 25.75% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA3DC is #055C23. Grayscale: #C3C3C3. Windows color (decimal): -351268 or 14459898. OLE color: 14459898.
HSL color Cylindrical-coordinate representation of color #FAA3DC: hue angle of 320.69º 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 #FAA3DC is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 220 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.02 |
| HSL | 320.69º | 0.9% | 0.81% | - |
| HSV(B) | 320.69º | 0.35% | 0.98% | - |
| XYZ | 65.44 | 51.69 | 74.24 | - |
| YUV | 195.51 | 141.82 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 220 | 0 | 0.35 | 0.12 | 0.02 | 320.69 | 0.9 | 0.81 |
| Hex | FA | A3 | DC | 0 | 23 | C | 2 | 141 | 5A | 51 |
| Octal | 372 | 243 | 334 | 0 | 43 | 14 | 2 | 501 | 132 | 121 |
| Binary | 11111010 | 10100011 | 11011100 | 0 | 100011 | 1100 | 10 | 101000001 | 1011010 | 1010001 |
Color Harmonies of #FAA3DC
Complementary color
Monochromatic Colors of #FAA3DC
Black with #FAA3DC
Text Example
Text Example
White with #FAA3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA3DC; }
p { color: rgb(250,163,220); }
H1.HeaderClassName
{
color: #FAA3DC;
}
.AnyTagClassName
{
color: #FAA3DC;
}
</style>
background-color css
<style>
a { background-color: #FAA3DC; }
a { background-color: rgb(250,163,220); }
div.DivClassName
{
background-color: #FAA3DC;
}
.BgClassName
{
background-color: #FAA3DC;
}
</style>
border-color css
<style>
span { border-color: #FAA3DC; }
span { border-color: rgb(250,163,220); }
td.TdClassName
{
border-color: #FAA3DC;
}
.TagClassName
{
border-color: #FAA3DC;
}
</style>