Shades of Lavender Rose #FAA7DF
Tints of Lavender Rose #FAA7DF
RGB
CMYK
RGB Variations
Color information
#FAA7DF (or 0xFAA7DF) is known color: Lavender Rose. HEX triplet: FA, A7 and DF. RGB value is (250,167,223). Sum of RGB (Red+Green+Blue) = 250+167+223=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 167 (65.62% from 255 or 26.09% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA7DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA7DF is #055820. Grayscale: #C6C6C6. Windows color (decimal): -350241 or 14657530. OLE color: 14657530.
HSL color Cylindrical-coordinate representation of color #FAA7DF: hue angle of 319.52º 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 #FAA7DF is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 167 | 223 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.02 |
| HSL | 319.52º | 0.89% | 0.82% | - |
| HSV(B) | 319.52º | 0.33% | 0.98% | - |
| XYZ | 66.56 | 53.29 | 76.59 | - |
| YUV | 198.2 | 142 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 167 | 223 | 0 | 0.33 | 0.11 | 0.02 | 319.52 | 0.89 | 0.82 |
| Hex | FA | A7 | DF | 0 | 21 | B | 2 | 140 | 59 | 52 |
| Octal | 372 | 247 | 337 | 0 | 41 | 13 | 2 | 500 | 131 | 122 |
| Binary | 11111010 | 10100111 | 11011111 | 0 | 100001 | 1011 | 10 | 101000000 | 1011001 | 1010010 |
Color Harmonies of #FAA7DF
Complementary color
Monochromatic Colors of #FAA7DF
Black with #FAA7DF
Text Example
Text Example
White with #FAA7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA7DF; }
p { color: rgb(250,167,223); }
H1.HeaderClassName
{
color: #FAA7DF;
}
.AnyTagClassName
{
color: #FAA7DF;
}
</style>
background-color css
<style>
a { background-color: #FAA7DF; }
a { background-color: rgb(250,167,223); }
div.DivClassName
{
background-color: #FAA7DF;
}
.BgClassName
{
background-color: #FAA7DF;
}
</style>
border-color css
<style>
span { border-color: #FAA7DF; }
span { border-color: rgb(250,167,223); }
td.TdClassName
{
border-color: #FAA7DF;
}
.TagClassName
{
border-color: #FAA7DF;
}
</style>