Shades of Lavender Rose #FAA2D9
Tints of Lavender Rose #FAA2D9
RGB
CMYK
RGB Variations
Color information
#FAA2D9 (or 0xFAA2D9) is known color: Lavender Rose. HEX triplet: FA, A2 and D9. RGB value is (250,162,217). Sum of RGB (Red+Green+Blue) = 250+162+217=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 162 (63.67% from 255 or 25.76% from 629); Blue value is 217 (85.16% from 255 or 34.50% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA2D9 is #055D26. Grayscale: #C2C2C2. Windows color (decimal): -351527 or 14263034. OLE color: 14263034.
HSL color Cylindrical-coordinate representation of color #FAA2D9: hue angle of 322.5º 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 #FAA2D9 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 162 | 217 | - |
CMYK | 0 | 0.35 | 0.13 | 0.02 |
HSL | 322.5º | 0.9% | 0.81% | - |
HSV(B) | 322.5º | 0.35% | 0.98% | - |
XYZ | 64.87 | 51.17 | 72.1 | - |
YUV | 194.58 | 140.65 | 167.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 162 | 217 | 0 | 0.35 | 0.13 | 0.02 | 322.5 | 0.9 | 0.81 |
Hex | FA | A2 | D9 | 0 | 23 | D | 2 | 142 | 5A | 51 |
Octal | 372 | 242 | 331 | 0 | 43 | 15 | 2 | 502 | 132 | 121 |
Binary | 11111010 | 10100010 | 11011001 | 0 | 100011 | 1101 | 10 | 101000010 | 1011010 | 1010001 |
Color Harmonies of #FAA2D9
Complementary color
Monochromatic Colors of #FAA2D9
Black with #FAA2D9
Text Example
Text Example
White with #FAA2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2D9; }
p { color: rgb(250,162,217); }
H1.HeaderClassName
{
color: #FAA2D9;
}
.AnyTagClassName
{
color: #FAA2D9;
}
</style>
background-color css
<style>
a { background-color: #FAA2D9; }
a { background-color: rgb(250,162,217); }
div.DivClassName
{
background-color: #FAA2D9;
}
.BgClassName
{
background-color: #FAA2D9;
}
</style>
border-color css
<style>
span { border-color: #FAA2D9; }
span { border-color: rgb(250,162,217); }
td.TdClassName
{
border-color: #FAA2D9;
}
.TagClassName
{
border-color: #FAA2D9;
}
</style>