Shades of Lavender Rose #FAA4DF
Tints of Lavender Rose #FAA4DF
RGB
CMYK
RGB Variations
Color information
#FAA4DF (or 0xFAA4DF) is known color: Lavender Rose. HEX triplet: FA, A4 and DF. RGB value is (250,164,223). Sum of RGB (Red+Green+Blue) = 250+164+223=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 164 (64.45% from 255 or 25.75% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA4DF is #055B20. Grayscale: #C4C4C4. Windows color (decimal): -351009 or 14656762. OLE color: 14656762.
HSL color Cylindrical-coordinate representation of color #FAA4DF: hue angle of 318.84º degrees, saturation: 0.9, 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 #FAA4DF is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 223 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.02 |
| HSL | 318.84º | 0.9% | 0.81% | - |
| HSV(B) | 318.84º | 0.34% | 0.98% | - |
| XYZ | 66.02 | 52.2 | 76.41 | - |
| YUV | 196.44 | 142.99 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 223 | 0 | 0.34 | 0.11 | 0.02 | 318.84 | 0.9 | 0.81 |
| Hex | FA | A4 | DF | 0 | 22 | B | 2 | 13F | 5A | 51 |
| Octal | 372 | 244 | 337 | 0 | 42 | 13 | 2 | 477 | 132 | 121 |
| Binary | 11111010 | 10100100 | 11011111 | 0 | 100010 | 1011 | 10 | 100111111 | 1011010 | 1010001 |
Color Harmonies of #FAA4DF
Complementary color
Monochromatic Colors of #FAA4DF
Black with #FAA4DF
Text Example
Text Example
White with #FAA4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA4DF; }
p { color: rgb(250,164,223); }
H1.HeaderClassName
{
color: #FAA4DF;
}
.AnyTagClassName
{
color: #FAA4DF;
}
</style>
background-color css
<style>
a { background-color: #FAA4DF; }
a { background-color: rgb(250,164,223); }
div.DivClassName
{
background-color: #FAA4DF;
}
.BgClassName
{
background-color: #FAA4DF;
}
</style>
border-color css
<style>
span { border-color: #FAA4DF; }
span { border-color: rgb(250,164,223); }
td.TdClassName
{
border-color: #FAA4DF;
}
.TagClassName
{
border-color: #FAA4DF;
}
</style>