Shades of Lavender Rose #F4A1DB
Tints of Lavender Rose #F4A1DB
RGB
CMYK
RGB Variations
Color information
#F4A1DB (or 0xF4A1DB) is known color: Lavender Rose. HEX triplet: F4, A1 and DB. RGB value is (244,161,219). Sum of RGB (Red+Green+Blue) = 244+161+219=624 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.10% from 624); Green value is 161 (63.28% from 255 or 25.80% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A1DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A1DB is #0B5E24. Grayscale: #C0C0C0. Windows color (decimal): -744997 or 14393844. OLE color: 14393844.
HSL color Cylindrical-coordinate representation of color #F4A1DB: hue angle of 318.07º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F4A1DB is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 161 | 219 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.04 |
| HSL | 318.07º | 0.79% | 0.79% | - |
| HSV(B) | 318.07º | 0.34% | 0.96% | - |
| XYZ | 62.84 | 49.84 | 73.33 | - |
| YUV | 192.43 | 143 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 161 | 219 | 0 | 0.34 | 0.10 | 0.04 | 318.07 | 0.79 | 0.79 |
| Hex | F4 | A1 | DB | 0 | 22 | A | 4 | 13E | 4F | 4F |
| Octal | 364 | 241 | 333 | 0 | 42 | 12 | 4 | 476 | 117 | 117 |
| Binary | 11110100 | 10100001 | 11011011 | 0 | 100010 | 1010 | 100 | 100111110 | 1001111 | 1001111 |
Color Harmonies of #F4A1DB
Complementary color
Monochromatic Colors of #F4A1DB
Black with #F4A1DB
Text Example
Text Example
White with #F4A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A1DB; }
p { color: rgb(244,161,219); }
H1.HeaderClassName
{
color: #F4A1DB;
}
.AnyTagClassName
{
color: #F4A1DB;
}
</style>
background-color css
<style>
a { background-color: #F4A1DB; }
a { background-color: rgb(244,161,219); }
div.DivClassName
{
background-color: #F4A1DB;
}
.BgClassName
{
background-color: #F4A1DB;
}
</style>
border-color css
<style>
span { border-color: #F4A1DB; }
span { border-color: rgb(244,161,219); }
td.TdClassName
{
border-color: #F4A1DB;
}
.TagClassName
{
border-color: #F4A1DB;
}
</style>