Shades of Lavender Rose #F4AADC
Tints of Lavender Rose #F4AADC
RGB
CMYK
RGB Variations
Color information
#F4AADC (or 0xF4AADC) is known color: Lavender Rose. HEX triplet: F4, AA and DC. RGB value is (244,170,220). Sum of RGB (Red+Green+Blue) = 244+170+220=634 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.49% from 634); Green value is 170 (66.80% from 255 or 26.81% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AADC is #0B5523. Grayscale: #C5C5C5. Windows color (decimal): -742692 or 14461684. OLE color: 14461684.
HSL color Cylindrical-coordinate representation of color #F4AADC: hue angle of 319.46º 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 #F4AADC is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 170 | 220 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.04 |
| HSL | 319.46º | 0.77% | 0.81% | - |
| HSV(B) | 319.46º | 0.3% | 0.96% | - |
| XYZ | 64.6 | 53.15 | 74.56 | - |
| YUV | 197.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 170 | 220 | 0 | 0.30 | 0.10 | 0.04 | 319.46 | 0.77 | 0.81 |
| Hex | F4 | AA | DC | 0 | 1E | A | 4 | 13F | 4D | 51 |
| Octal | 364 | 252 | 334 | 0 | 36 | 12 | 4 | 477 | 115 | 121 |
| Binary | 11110100 | 10101010 | 11011100 | 0 | 11110 | 1010 | 100 | 100111111 | 1001101 | 1010001 |
Color Harmonies of #F4AADC
Complementary color
Monochromatic Colors of #F4AADC
Black with #F4AADC
Text Example
Text Example
White with #F4AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AADC; }
p { color: rgb(244,170,220); }
H1.HeaderClassName
{
color: #F4AADC;
}
.AnyTagClassName
{
color: #F4AADC;
}
</style>
background-color css
<style>
a { background-color: #F4AADC; }
a { background-color: rgb(244,170,220); }
div.DivClassName
{
background-color: #F4AADC;
}
.BgClassName
{
background-color: #F4AADC;
}
</style>
border-color css
<style>
span { border-color: #F4AADC; }
span { border-color: rgb(244,170,220); }
td.TdClassName
{
border-color: #F4AADC;
}
.TagClassName
{
border-color: #F4AADC;
}
</style>