Shades of Lavender Rose #FAA1DD
Tints of Lavender Rose #FAA1DD
RGB
CMYK
RGB Variations
Color information
#FAA1DD (or 0xFAA1DD) is known color: Lavender Rose. HEX triplet: FA, A1 and DD. RGB value is (250,161,221). Sum of RGB (Red+Green+Blue) = 250+161+221=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 161 (63.28% from 255 or 25.47% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA1DD is #055E22. Grayscale: #C2C2C2. Windows color (decimal): -351779 or 14524922. OLE color: 14524922.
HSL color Cylindrical-coordinate representation of color #FAA1DD: hue angle of 319.55º 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 #FAA1DD is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 161 | 221 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.02 |
| HSL | 319.55º | 0.9% | 0.81% | - |
| HSV(B) | 319.55º | 0.36% | 0.98% | - |
| XYZ | 65.22 | 51.03 | 74.82 | - |
| YUV | 194.45 | 142.99 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 161 | 221 | 0 | 0.36 | 0.12 | 0.02 | 319.55 | 0.9 | 0.81 |
| Hex | FA | A1 | DD | 0 | 24 | C | 2 | 140 | 5A | 51 |
| Octal | 372 | 241 | 335 | 0 | 44 | 14 | 2 | 500 | 132 | 121 |
| Binary | 11111010 | 10100001 | 11011101 | 0 | 100100 | 1100 | 10 | 101000000 | 1011010 | 1010001 |
Color Harmonies of #FAA1DD
Complementary color
Monochromatic Colors of #FAA1DD
Black with #FAA1DD
Text Example
Text Example
White with #FAA1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA1DD; }
p { color: rgb(250,161,221); }
H1.HeaderClassName
{
color: #FAA1DD;
}
.AnyTagClassName
{
color: #FAA1DD;
}
</style>
background-color css
<style>
a { background-color: #FAA1DD; }
a { background-color: rgb(250,161,221); }
div.DivClassName
{
background-color: #FAA1DD;
}
.BgClassName
{
background-color: #FAA1DD;
}
</style>
border-color css
<style>
span { border-color: #FAA1DD; }
span { border-color: rgb(250,161,221); }
td.TdClassName
{
border-color: #FAA1DD;
}
.TagClassName
{
border-color: #FAA1DD;
}
</style>