Shades of Lavender Rose #FAA3DD
Tints of Lavender Rose #FAA3DD
RGB
CMYK
RGB Variations
Color information
#FAA3DD (or 0xFAA3DD) is known color: Lavender Rose. HEX triplet: FA, A3 and DD. RGB value is (250,163,221). Sum of RGB (Red+Green+Blue) = 250+163+221=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 163 (64.06% from 255 or 25.71% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA3DD is #055C22. Grayscale: #C3C3C3. Windows color (decimal): -351267 or 14525434. OLE color: 14525434.
HSL color Cylindrical-coordinate representation of color #FAA3DD: hue angle of 320º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAA3DD is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 221 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.02 |
| HSL | 320º | 0.9% | 0.81% | - |
| HSV(B) | 320º | 0.35% | 0.98% | - |
| XYZ | 65.57 | 51.74 | 74.94 | - |
| YUV | 195.63 | 142.32 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 221 | 0 | 0.35 | 0.12 | 0.02 | 320 | 0.9 | 0.81 |
| Hex | FA | A3 | DD | 0 | 23 | C | 2 | 140 | 5A | 51 |
| Octal | 372 | 243 | 335 | 0 | 43 | 14 | 2 | 500 | 132 | 121 |
| Binary | 11111010 | 10100011 | 11011101 | 0 | 100011 | 1100 | 10 | 101000000 | 1011010 | 1010001 |
Color Harmonies of #FAA3DD
Complementary color
Monochromatic Colors of #FAA3DD
Black with #FAA3DD
Text Example
Text Example
White with #FAA3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA3DD; }
p { color: rgb(250,163,221); }
H1.HeaderClassName
{
color: #FAA3DD;
}
.AnyTagClassName
{
color: #FAA3DD;
}
</style>
background-color css
<style>
a { background-color: #FAA3DD; }
a { background-color: rgb(250,163,221); }
div.DivClassName
{
background-color: #FAA3DD;
}
.BgClassName
{
background-color: #FAA3DD;
}
</style>
border-color css
<style>
span { border-color: #FAA3DD; }
span { border-color: rgb(250,163,221); }
td.TdClassName
{
border-color: #FAA3DD;
}
.TagClassName
{
border-color: #FAA3DD;
}
</style>