Shades of Lavender Rose #F4A1DA
Tints of Lavender Rose #F4A1DA
RGB
CMYK
RGB Variations
Color information
#F4A1DA (or 0xF4A1DA) is known color: Lavender Rose. HEX triplet: F4, A1 and DA. RGB value is (244,161,218). Sum of RGB (Red+Green+Blue) = 244+161+218=623 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.17% from 623); Green value is 161 (63.28% from 255 or 25.84% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A1DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A1DA is #0B5E25. Grayscale: #C0C0C0. Windows color (decimal): -744998 or 14328308. OLE color: 14328308.
HSL color Cylindrical-coordinate representation of color #F4A1DA: hue angle of 318.8º 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 #F4A1DA is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 161 | 218 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.04 |
| HSL | 318.8º | 0.79% | 0.79% | - |
| HSV(B) | 318.8º | 0.34% | 0.96% | - |
| XYZ | 62.71 | 49.78 | 72.63 | - |
| YUV | 192.32 | 142.5 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 161 | 218 | 0 | 0.34 | 0.11 | 0.04 | 318.8 | 0.79 | 0.79 |
| Hex | F4 | A1 | DA | 0 | 22 | B | 4 | 13F | 4F | 4F |
| Octal | 364 | 241 | 332 | 0 | 42 | 13 | 4 | 477 | 117 | 117 |
| Binary | 11110100 | 10100001 | 11011010 | 0 | 100010 | 1011 | 100 | 100111111 | 1001111 | 1001111 |
Color Harmonies of #F4A1DA
Complementary color
Monochromatic Colors of #F4A1DA
Black with #F4A1DA
Text Example
Text Example
White with #F4A1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A1DA; }
p { color: rgb(244,161,218); }
H1.HeaderClassName
{
color: #F4A1DA;
}
.AnyTagClassName
{
color: #F4A1DA;
}
</style>
background-color css
<style>
a { background-color: #F4A1DA; }
a { background-color: rgb(244,161,218); }
div.DivClassName
{
background-color: #F4A1DA;
}
.BgClassName
{
background-color: #F4A1DA;
}
</style>
border-color css
<style>
span { border-color: #F4A1DA; }
span { border-color: rgb(244,161,218); }
td.TdClassName
{
border-color: #F4A1DA;
}
.TagClassName
{
border-color: #F4A1DA;
}
</style>