Shades of Lavender Rose #F4A0DF
Tints of Lavender Rose #F4A0DF
RGB
CMYK
RGB Variations
Color information
#F4A0DF (or 0xF4A0DF) is known color: Lavender Rose. HEX triplet: F4, A0 and DF. RGB value is (244,160,223). Sum of RGB (Red+Green+Blue) = 244+160+223=627 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.92% from 627); Green value is 160 (62.89% from 255 or 25.52% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A0DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A0DF is #0B5F20. Grayscale: #C0C0C0. Windows color (decimal): -745249 or 14655732. OLE color: 14655732.
HSL color Cylindrical-coordinate representation of color #F4A0DF: hue angle of 315º 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 #F4A0DF is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 160 | 223 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.04 |
| HSL | 315º | 0.79% | 0.79% | - |
| HSV(B) | 315º | 0.34% | 0.96% | - |
| XYZ | 63.2 | 49.7 | 76.07 | - |
| YUV | 192.3 | 145.33 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 160 | 223 | 0 | 0.34 | 0.09 | 0.04 | 315 | 0.79 | 0.79 |
| Hex | F4 | A0 | DF | 0 | 22 | 9 | 4 | 13B | 4F | 4F |
| Octal | 364 | 240 | 337 | 0 | 42 | 11 | 4 | 473 | 117 | 117 |
| Binary | 11110100 | 10100000 | 11011111 | 0 | 100010 | 1001 | 100 | 100111011 | 1001111 | 1001111 |
Color Harmonies of #F4A0DF
Complementary color
Monochromatic Colors of #F4A0DF
Black with #F4A0DF
Text Example
Text Example
White with #F4A0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A0DF; }
p { color: rgb(244,160,223); }
H1.HeaderClassName
{
color: #F4A0DF;
}
.AnyTagClassName
{
color: #F4A0DF;
}
</style>
background-color css
<style>
a { background-color: #F4A0DF; }
a { background-color: rgb(244,160,223); }
div.DivClassName
{
background-color: #F4A0DF;
}
.BgClassName
{
background-color: #F4A0DF;
}
</style>
border-color css
<style>
span { border-color: #F4A0DF; }
span { border-color: rgb(244,160,223); }
td.TdClassName
{
border-color: #F4A0DF;
}
.TagClassName
{
border-color: #F4A0DF;
}
</style>