Shades of Lavender Rose #FAACDD
Tints of Lavender Rose #FAACDD
RGB
CMYK
RGB Variations
Color information
#FAACDD (or 0xFAACDD) is known color: Lavender Rose. HEX triplet: FA, AC and DD. RGB value is (250,172,221). Sum of RGB (Red+Green+Blue) = 250+172+221=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 172 (67.58% from 255 or 26.75% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACDD is #055322. Grayscale: #C8C8C8. Windows color (decimal): -348963 or 14527738. OLE color: 14527738.
HSL color Cylindrical-coordinate representation of color #FAACDD: hue angle of 322.31º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAACDD is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 221 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.02 |
| HSL | 322.31º | 0.89% | 0.83% | - |
| HSV(B) | 322.31º | 0.31% | 0.98% | - |
| XYZ | 67.23 | 55.05 | 75.49 | - |
| YUV | 200.91 | 139.34 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 221 | 0 | 0.31 | 0.12 | 0.02 | 322.31 | 0.89 | 0.83 |
| Hex | FA | AC | DD | 0 | 1F | C | 2 | 142 | 59 | 53 |
| Octal | 372 | 254 | 335 | 0 | 37 | 14 | 2 | 502 | 131 | 123 |
| Binary | 11111010 | 10101100 | 11011101 | 0 | 11111 | 1100 | 10 | 101000010 | 1011001 | 1010011 |
Color Harmonies of #FAACDD
Complementary color
Monochromatic Colors of #FAACDD
Black with #FAACDD
Text Example
Text Example
White with #FAACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAACDD; }
p { color: rgb(250,172,221); }
H1.HeaderClassName
{
color: #FAACDD;
}
.AnyTagClassName
{
color: #FAACDD;
}
</style>
background-color css
<style>
a { background-color: #FAACDD; }
a { background-color: rgb(250,172,221); }
div.DivClassName
{
background-color: #FAACDD;
}
.BgClassName
{
background-color: #FAACDD;
}
</style>
border-color css
<style>
span { border-color: #FAACDD; }
span { border-color: rgb(250,172,221); }
td.TdClassName
{
border-color: #FAACDD;
}
.TagClassName
{
border-color: #FAACDD;
}
</style>