Shades of Lavender Rose #FAA5DF
Tints of Lavender Rose #FAA5DF
RGB
CMYK
RGB Variations
Color information
#FAA5DF (or 0xFAA5DF) is known color: Lavender Rose. HEX triplet: FA, A5 and DF. RGB value is (250,165,223). Sum of RGB (Red+Green+Blue) = 250+165+223=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 165 (64.84% from 255 or 25.86% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA5DF is #055A20. Grayscale: #C4C4C4. Windows color (decimal): -350753 or 14657018. OLE color: 14657018.
HSL color Cylindrical-coordinate representation of color #FAA5DF: hue angle of 319.06º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA5DF is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 223 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.02 |
| HSL | 319.06º | 0.89% | 0.81% | - |
| HSV(B) | 319.06º | 0.34% | 0.98% | - |
| XYZ | 66.2 | 52.56 | 76.47 | - |
| YUV | 197.03 | 142.66 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 223 | 0 | 0.34 | 0.11 | 0.02 | 319.06 | 0.89 | 0.81 |
| Hex | FA | A5 | DF | 0 | 22 | B | 2 | 13F | 59 | 51 |
| Octal | 372 | 245 | 337 | 0 | 42 | 13 | 2 | 477 | 131 | 121 |
| Binary | 11111010 | 10100101 | 11011111 | 0 | 100010 | 1011 | 10 | 100111111 | 1011001 | 1010001 |
Color Harmonies of #FAA5DF
Complementary color
Monochromatic Colors of #FAA5DF
Black with #FAA5DF
Text Example
Text Example
White with #FAA5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA5DF; }
p { color: rgb(250,165,223); }
H1.HeaderClassName
{
color: #FAA5DF;
}
.AnyTagClassName
{
color: #FAA5DF;
}
</style>
background-color css
<style>
a { background-color: #FAA5DF; }
a { background-color: rgb(250,165,223); }
div.DivClassName
{
background-color: #FAA5DF;
}
.BgClassName
{
background-color: #FAA5DF;
}
</style>
border-color css
<style>
span { border-color: #FAA5DF; }
span { border-color: rgb(250,165,223); }
td.TdClassName
{
border-color: #FAA5DF;
}
.TagClassName
{
border-color: #FAA5DF;
}
</style>