Shades of Lavender Rose #FAA2DF
Tints of Lavender Rose #FAA2DF
RGB
CMYK
RGB Variations
Color information
#FAA2DF (or 0xFAA2DF) is known color: Lavender Rose. HEX triplet: FA, A2 and DF. RGB value is (250,162,223). Sum of RGB (Red+Green+Blue) = 250+162+223=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 162 (63.67% from 255 or 25.51% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA2DF is #055D20. Grayscale: #C3C3C3. Windows color (decimal): -351521 or 14656250. OLE color: 14656250.
HSL color Cylindrical-coordinate representation of color #FAA2DF: hue angle of 318.41º 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 #FAA2DF is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 223 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.02 |
| HSL | 318.41º | 0.9% | 0.81% | - |
| HSV(B) | 318.41º | 0.35% | 0.98% | - |
| XYZ | 65.66 | 51.49 | 76.29 | - |
| YUV | 195.27 | 143.65 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 223 | 0 | 0.35 | 0.11 | 0.02 | 318.41 | 0.9 | 0.81 |
| Hex | FA | A2 | DF | 0 | 23 | B | 2 | 13E | 5A | 51 |
| Octal | 372 | 242 | 337 | 0 | 43 | 13 | 2 | 476 | 132 | 121 |
| Binary | 11111010 | 10100010 | 11011111 | 0 | 100011 | 1011 | 10 | 100111110 | 1011010 | 1010001 |
Color Harmonies of #FAA2DF
Complementary color
Monochromatic Colors of #FAA2DF
Black with #FAA2DF
Text Example
Text Example
White with #FAA2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2DF; }
p { color: rgb(250,162,223); }
H1.HeaderClassName
{
color: #FAA2DF;
}
.AnyTagClassName
{
color: #FAA2DF;
}
</style>
background-color css
<style>
a { background-color: #FAA2DF; }
a { background-color: rgb(250,162,223); }
div.DivClassName
{
background-color: #FAA2DF;
}
.BgClassName
{
background-color: #FAA2DF;
}
</style>
border-color css
<style>
span { border-color: #FAA2DF; }
span { border-color: rgb(250,162,223); }
td.TdClassName
{
border-color: #FAA2DF;
}
.TagClassName
{
border-color: #FAA2DF;
}
</style>