Shades of Lavender Rose #F4A4DC
Tints of Lavender Rose #F4A4DC
RGB
CMYK
RGB Variations
Color information
#F4A4DC (or 0xF4A4DC) is known color: Lavender Rose. HEX triplet: F4, A4 and DC. RGB value is (244,164,220). Sum of RGB (Red+Green+Blue) = 244+164+220=628 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.85% from 628); Green value is 164 (64.45% from 255 or 26.11% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A4DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A4DC is #0B5B23. Grayscale: #C2C2C2. Windows color (decimal): -744228 or 14460148. OLE color: 14460148.
HSL color Cylindrical-coordinate representation of color #F4A4DC: hue angle of 318º 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 #F4A4DC is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 164 | 220 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.04 |
| HSL | 318º | 0.78% | 0.8% | - |
| HSV(B) | 318º | 0.33% | 0.96% | - |
| XYZ | 63.5 | 50.95 | 74.2 | - |
| YUV | 194.3 | 142.5 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 164 | 220 | 0 | 0.33 | 0.10 | 0.04 | 318 | 0.78 | 0.8 |
| Hex | F4 | A4 | DC | 0 | 21 | A | 4 | 13E | 4E | 50 |
| Octal | 364 | 244 | 334 | 0 | 41 | 12 | 4 | 476 | 116 | 120 |
| Binary | 11110100 | 10100100 | 11011100 | 0 | 100001 | 1010 | 100 | 100111110 | 1001110 | 1010000 |
Color Harmonies of #F4A4DC
Complementary color
Monochromatic Colors of #F4A4DC
Black with #F4A4DC
Text Example
Text Example
White with #F4A4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A4DC; }
p { color: rgb(244,164,220); }
H1.HeaderClassName
{
color: #F4A4DC;
}
.AnyTagClassName
{
color: #F4A4DC;
}
</style>
background-color css
<style>
a { background-color: #F4A4DC; }
a { background-color: rgb(244,164,220); }
div.DivClassName
{
background-color: #F4A4DC;
}
.BgClassName
{
background-color: #F4A4DC;
}
</style>
border-color css
<style>
span { border-color: #F4A4DC; }
span { border-color: rgb(244,164,220); }
td.TdClassName
{
border-color: #F4A4DC;
}
.TagClassName
{
border-color: #F4A4DC;
}
</style>