Shades of Lavender Rose #FAA8DF
Tints of Lavender Rose #FAA8DF
RGB
CMYK
RGB Variations
Color information
#FAA8DF (or 0xFAA8DF) is known color: Lavender Rose. HEX triplet: FA, A8 and DF. RGB value is (250,168,223). Sum of RGB (Red+Green+Blue) = 250+168+223=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 168 (66.02% from 255 or 26.21% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA8DF is #055720. Grayscale: #C6C6C6. Windows color (decimal): -349985 or 14657786. OLE color: 14657786.
HSL color Cylindrical-coordinate representation of color #FAA8DF: hue angle of 319.76º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAA8DF is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 223 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.02 |
| HSL | 319.76º | 0.89% | 0.82% | - |
| HSV(B) | 319.76º | 0.33% | 0.98% | - |
| XYZ | 66.75 | 53.66 | 76.65 | - |
| YUV | 198.79 | 141.67 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 223 | 0 | 0.33 | 0.11 | 0.02 | 319.76 | 0.89 | 0.82 |
| Hex | FA | A8 | DF | 0 | 21 | B | 2 | 140 | 59 | 52 |
| Octal | 372 | 250 | 337 | 0 | 41 | 13 | 2 | 500 | 131 | 122 |
| Binary | 11111010 | 10101000 | 11011111 | 0 | 100001 | 1011 | 10 | 101000000 | 1011001 | 1010010 |
Color Harmonies of #FAA8DF
Complementary color
Monochromatic Colors of #FAA8DF
Black with #FAA8DF
Text Example
Text Example
White with #FAA8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA8DF; }
p { color: rgb(250,168,223); }
H1.HeaderClassName
{
color: #FAA8DF;
}
.AnyTagClassName
{
color: #FAA8DF;
}
</style>
background-color css
<style>
a { background-color: #FAA8DF; }
a { background-color: rgb(250,168,223); }
div.DivClassName
{
background-color: #FAA8DF;
}
.BgClassName
{
background-color: #FAA8DF;
}
</style>
border-color css
<style>
span { border-color: #FAA8DF; }
span { border-color: rgb(250,168,223); }
td.TdClassName
{
border-color: #FAA8DF;
}
.TagClassName
{
border-color: #FAA8DF;
}
</style>