Shades of Lavender Rose #F4A4D6
Tints of Lavender Rose #F4A4D6
RGB
CMYK
RGB Variations
Color information
#F4A4D6 (or 0xF4A4D6) is known color: Lavender Rose. HEX triplet: F4, A4 and D6. RGB value is (244,164,214). Sum of RGB (Red+Green+Blue) = 244+164+214=622 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.23% from 622); Green value is 164 (64.45% from 255 or 26.37% from 622); Blue value is 214 (83.98% from 255 or 34.41% from 622); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A4D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A4D6 is #0B5B29. Grayscale: #C1C1C1. Windows color (decimal): -744234 or 14066932. OLE color: 14066932.
HSL color Cylindrical-coordinate representation of color #F4A4D6: hue angle of 322.5º 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 #F4A4D6 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 164 | 214 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.04 |
| HSL | 322.5º | 0.78% | 0.8% | - |
| HSV(B) | 322.5º | 0.33% | 0.96% | - |
| XYZ | 62.72 | 50.64 | 70.09 | - |
| YUV | 193.62 | 139.5 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 164 | 214 | 0 | 0.33 | 0.12 | 0.04 | 322.5 | 0.78 | 0.8 |
| Hex | F4 | A4 | D6 | 0 | 21 | C | 4 | 142 | 4E | 50 |
| Octal | 364 | 244 | 326 | 0 | 41 | 14 | 4 | 502 | 116 | 120 |
| Binary | 11110100 | 10100100 | 11010110 | 0 | 100001 | 1100 | 100 | 101000010 | 1001110 | 1010000 |
Color Harmonies of #F4A4D6
Complementary color
Monochromatic Colors of #F4A4D6
Black with #F4A4D6
Text Example
Text Example
White with #F4A4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A4D6; }
p { color: rgb(244,164,214); }
H1.HeaderClassName
{
color: #F4A4D6;
}
.AnyTagClassName
{
color: #F4A4D6;
}
</style>
background-color css
<style>
a { background-color: #F4A4D6; }
a { background-color: rgb(244,164,214); }
div.DivClassName
{
background-color: #F4A4D6;
}
.BgClassName
{
background-color: #F4A4D6;
}
</style>
border-color css
<style>
span { border-color: #F4A4D6; }
span { border-color: rgb(244,164,214); }
td.TdClassName
{
border-color: #F4A4D6;
}
.TagClassName
{
border-color: #F4A4D6;
}
</style>