Shades of Lavender Rose #F4A9DB
Tints of Lavender Rose #F4A9DB
RGB
CMYK
RGB Variations
Color information
#F4A9DB (or 0xF4A9DB) is known color: Lavender Rose. HEX triplet: F4, A9 and DB. RGB value is (244,169,219). Sum of RGB (Red+Green+Blue) = 244+169+219=632 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.61% from 632); Green value is 169 (66.41% from 255 or 26.74% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A9DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A9DB is #0B5624. Grayscale: #C5C5C5. Windows color (decimal): -742949 or 14395892. OLE color: 14395892.
HSL color Cylindrical-coordinate representation of color #F4A9DB: hue angle of 320º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F4A9DB is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 169 | 219 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.04 |
| HSL | 320º | 0.77% | 0.81% | - |
| HSV(B) | 320º | 0.31% | 0.96% | - |
| XYZ | 64.28 | 52.72 | 73.81 | - |
| YUV | 197.13 | 140.35 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 169 | 219 | 0 | 0.31 | 0.10 | 0.04 | 320 | 0.77 | 0.81 |
| Hex | F4 | A9 | DB | 0 | 1F | A | 4 | 140 | 4D | 51 |
| Octal | 364 | 251 | 333 | 0 | 37 | 12 | 4 | 500 | 115 | 121 |
| Binary | 11110100 | 10101001 | 11011011 | 0 | 11111 | 1010 | 100 | 101000000 | 1001101 | 1010001 |
Color Harmonies of #F4A9DB
Complementary color
Monochromatic Colors of #F4A9DB
Black with #F4A9DB
Text Example
Text Example
White with #F4A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A9DB; }
p { color: rgb(244,169,219); }
H1.HeaderClassName
{
color: #F4A9DB;
}
.AnyTagClassName
{
color: #F4A9DB;
}
</style>
background-color css
<style>
a { background-color: #F4A9DB; }
a { background-color: rgb(244,169,219); }
div.DivClassName
{
background-color: #F4A9DB;
}
.BgClassName
{
background-color: #F4A9DB;
}
</style>
border-color css
<style>
span { border-color: #F4A9DB; }
span { border-color: rgb(244,169,219); }
td.TdClassName
{
border-color: #F4A9DB;
}
.TagClassName
{
border-color: #F4A9DB;
}
</style>