Shades of Lavender Rose #FAA3D8
Tints of Lavender Rose #FAA3D8
RGB
CMYK
RGB Variations
Color information
#FAA3D8 (or 0xFAA3D8) is known color: Lavender Rose. HEX triplet: FA, A3 and D8. RGB value is (250,163,216). Sum of RGB (Red+Green+Blue) = 250+163+216=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 163 (64.06% from 255 or 25.91% from 629); Blue value is 216 (84.77% from 255 or 34.34% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA3D8 is #055C27. Grayscale: #C2C2C2. Windows color (decimal): -351272 or 14197754. OLE color: 14197754.
HSL color Cylindrical-coordinate representation of color #FAA3D8: hue angle of 323.45º 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 #FAA3D8 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 216 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.02 |
| HSL | 323.45º | 0.9% | 0.81% | - |
| HSV(B) | 323.45º | 0.35% | 0.98% | - |
| XYZ | 64.92 | 51.48 | 71.48 | - |
| YUV | 195.06 | 139.82 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 216 | 0 | 0.35 | 0.14 | 0.02 | 323.45 | 0.9 | 0.81 |
| Hex | FA | A3 | D8 | 0 | 23 | E | 2 | 143 | 5A | 51 |
| Octal | 372 | 243 | 330 | 0 | 43 | 16 | 2 | 503 | 132 | 121 |
| Binary | 11111010 | 10100011 | 11011000 | 0 | 100011 | 1110 | 10 | 101000011 | 1011010 | 1010001 |
Color Harmonies of #FAA3D8
Complementary color
Monochromatic Colors of #FAA3D8
Black with #FAA3D8
Text Example
Text Example
White with #FAA3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA3D8; }
p { color: rgb(250,163,216); }
H1.HeaderClassName
{
color: #FAA3D8;
}
.AnyTagClassName
{
color: #FAA3D8;
}
</style>
background-color css
<style>
a { background-color: #FAA3D8; }
a { background-color: rgb(250,163,216); }
div.DivClassName
{
background-color: #FAA3D8;
}
.BgClassName
{
background-color: #FAA3D8;
}
</style>
border-color css
<style>
span { border-color: #FAA3D8; }
span { border-color: rgb(250,163,216); }
td.TdClassName
{
border-color: #FAA3D8;
}
.TagClassName
{
border-color: #FAA3D8;
}
</style>