Shades of Lavender Rose #FAA1DF
Tints of Lavender Rose #FAA1DF
RGB
CMYK
RGB Variations
Color information
#FAA1DF (or 0xFAA1DF) is known color: Lavender Rose. HEX triplet: FA, A1 and DF. RGB value is (250,161,223). Sum of RGB (Red+Green+Blue) = 250+161+223=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 161 (63.28% from 255 or 25.39% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA1DF is #055E20. Grayscale: #C2C2C2. Windows color (decimal): -351777 or 14655994. OLE color: 14655994.
HSL color Cylindrical-coordinate representation of color #FAA1DF: hue angle of 318.2º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAA1DF is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 161 | 223 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.02 |
| HSL | 318.2º | 0.9% | 0.81% | - |
| HSV(B) | 318.2º | 0.36% | 0.98% | - |
| XYZ | 65.49 | 51.14 | 76.23 | - |
| YUV | 194.68 | 143.99 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 161 | 223 | 0 | 0.36 | 0.11 | 0.02 | 318.2 | 0.9 | 0.81 |
| Hex | FA | A1 | DF | 0 | 24 | B | 2 | 13E | 5A | 51 |
| Octal | 372 | 241 | 337 | 0 | 44 | 13 | 2 | 476 | 132 | 121 |
| Binary | 11111010 | 10100001 | 11011111 | 0 | 100100 | 1011 | 10 | 100111110 | 1011010 | 1010001 |
Color Harmonies of #FAA1DF
Complementary color
Monochromatic Colors of #FAA1DF
Black with #FAA1DF
Text Example
Text Example
White with #FAA1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA1DF; }
p { color: rgb(250,161,223); }
H1.HeaderClassName
{
color: #FAA1DF;
}
.AnyTagClassName
{
color: #FAA1DF;
}
</style>
background-color css
<style>
a { background-color: #FAA1DF; }
a { background-color: rgb(250,161,223); }
div.DivClassName
{
background-color: #FAA1DF;
}
.BgClassName
{
background-color: #FAA1DF;
}
</style>
border-color css
<style>
span { border-color: #FAA1DF; }
span { border-color: rgb(250,161,223); }
td.TdClassName
{
border-color: #FAA1DF;
}
.TagClassName
{
border-color: #FAA1DF;
}
</style>