Shades of Lavender Rose #F4AADD
Tints of Lavender Rose #F4AADD
RGB
CMYK
RGB Variations
Color information
#F4AADD (or 0xF4AADD) is known color: Lavender Rose. HEX triplet: F4, AA and DD. RGB value is (244,170,221). Sum of RGB (Red+Green+Blue) = 244+170+221=635 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.43% from 635); Green value is 170 (66.80% from 255 or 26.77% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AADD is #0B5522. Grayscale: #C5C5C5. Windows color (decimal): -742691 or 14527220. OLE color: 14527220.
HSL color Cylindrical-coordinate representation of color #F4AADD: hue angle of 318.65º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4AADD is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 170 | 221 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.04 |
| HSL | 318.65º | 0.77% | 0.81% | - |
| HSV(B) | 318.65º | 0.3% | 0.96% | - |
| XYZ | 64.73 | 53.2 | 75.26 | - |
| YUV | 197.94 | 141.02 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 170 | 221 | 0 | 0.30 | 0.09 | 0.04 | 318.65 | 0.77 | 0.81 |
| Hex | F4 | AA | DD | 0 | 1E | 9 | 4 | 13F | 4D | 51 |
| Octal | 364 | 252 | 335 | 0 | 36 | 11 | 4 | 477 | 115 | 121 |
| Binary | 11110100 | 10101010 | 11011101 | 0 | 11110 | 1001 | 100 | 100111111 | 1001101 | 1010001 |
Color Harmonies of #F4AADD
Complementary color
Monochromatic Colors of #F4AADD
Black with #F4AADD
Text Example
Text Example
White with #F4AADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AADD; }
p { color: rgb(244,170,221); }
H1.HeaderClassName
{
color: #F4AADD;
}
.AnyTagClassName
{
color: #F4AADD;
}
</style>
background-color css
<style>
a { background-color: #F4AADD; }
a { background-color: rgb(244,170,221); }
div.DivClassName
{
background-color: #F4AADD;
}
.BgClassName
{
background-color: #F4AADD;
}
</style>
border-color css
<style>
span { border-color: #F4AADD; }
span { border-color: rgb(244,170,221); }
td.TdClassName
{
border-color: #F4AADD;
}
.TagClassName
{
border-color: #F4AADD;
}
</style>