Shades of Lavender Rose #FAA6DF
Tints of Lavender Rose #FAA6DF
RGB
CMYK
RGB Variations
Color information
#FAA6DF (or 0xFAA6DF) is known color: Lavender Rose. HEX triplet: FA, A6 and DF. RGB value is (250,166,223). Sum of RGB (Red+Green+Blue) = 250+166+223=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 166 (65.23% from 255 or 25.98% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA6DF is #055920. Grayscale: #C5C5C5. Windows color (decimal): -350497 or 14657274. OLE color: 14657274.
HSL color Cylindrical-coordinate representation of color #FAA6DF: hue angle of 319.29º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA6DF is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 223 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.02 |
| HSL | 319.29º | 0.89% | 0.82% | - |
| HSV(B) | 319.29º | 0.34% | 0.98% | - |
| XYZ | 66.38 | 52.92 | 76.53 | - |
| YUV | 197.61 | 142.33 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 223 | 0 | 0.34 | 0.11 | 0.02 | 319.29 | 0.89 | 0.82 |
| Hex | FA | A6 | DF | 0 | 22 | B | 2 | 13F | 59 | 52 |
| Octal | 372 | 246 | 337 | 0 | 42 | 13 | 2 | 477 | 131 | 122 |
| Binary | 11111010 | 10100110 | 11011111 | 0 | 100010 | 1011 | 10 | 100111111 | 1011001 | 1010010 |
Color Harmonies of #FAA6DF
Complementary color
Monochromatic Colors of #FAA6DF
Black with #FAA6DF
Text Example
Text Example
White with #FAA6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA6DF; }
p { color: rgb(250,166,223); }
H1.HeaderClassName
{
color: #FAA6DF;
}
.AnyTagClassName
{
color: #FAA6DF;
}
</style>
background-color css
<style>
a { background-color: #FAA6DF; }
a { background-color: rgb(250,166,223); }
div.DivClassName
{
background-color: #FAA6DF;
}
.BgClassName
{
background-color: #FAA6DF;
}
</style>
border-color css
<style>
span { border-color: #FAA6DF; }
span { border-color: rgb(250,166,223); }
td.TdClassName
{
border-color: #FAA6DF;
}
.TagClassName
{
border-color: #FAA6DF;
}
</style>