Shades of Lavender Rose #F4A4DD
Tints of Lavender Rose #F4A4DD
RGB
CMYK
RGB Variations
Color information
#F4A4DD (or 0xF4A4DD) is known color: Lavender Rose. HEX triplet: F4, A4 and DD. RGB value is (244,164,221). Sum of RGB (Red+Green+Blue) = 244+164+221=629 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.79% from 629); Green value is 164 (64.45% from 255 or 26.07% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A4DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A4DD is #0B5B22. Grayscale: #C2C2C2. Windows color (decimal): -744227 or 14525684. OLE color: 14525684.
HSL color Cylindrical-coordinate representation of color #F4A4DD: hue angle of 317.25º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F4A4DD is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 164 | 221 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.04 |
| HSL | 317.25º | 0.78% | 0.8% | - |
| HSV(B) | 317.25º | 0.33% | 0.96% | - |
| XYZ | 63.63 | 51 | 74.9 | - |
| YUV | 194.42 | 143 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 164 | 221 | 0 | 0.33 | 0.09 | 0.04 | 317.25 | 0.78 | 0.8 |
| Hex | F4 | A4 | DD | 0 | 21 | 9 | 4 | 13D | 4E | 50 |
| Octal | 364 | 244 | 335 | 0 | 41 | 11 | 4 | 475 | 116 | 120 |
| Binary | 11110100 | 10100100 | 11011101 | 0 | 100001 | 1001 | 100 | 100111101 | 1001110 | 1010000 |
Color Harmonies of #F4A4DD
Complementary color
Monochromatic Colors of #F4A4DD
Black with #F4A4DD
Text Example
Text Example
White with #F4A4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A4DD; }
p { color: rgb(244,164,221); }
H1.HeaderClassName
{
color: #F4A4DD;
}
.AnyTagClassName
{
color: #F4A4DD;
}
</style>
background-color css
<style>
a { background-color: #F4A4DD; }
a { background-color: rgb(244,164,221); }
div.DivClassName
{
background-color: #F4A4DD;
}
.BgClassName
{
background-color: #F4A4DD;
}
</style>
border-color css
<style>
span { border-color: #F4A4DD; }
span { border-color: rgb(244,164,221); }
td.TdClassName
{
border-color: #F4A4DD;
}
.TagClassName
{
border-color: #F4A4DD;
}
</style>