Shades of Lavender Rose #F4ACDD
Tints of Lavender Rose #F4ACDD
RGB
CMYK
RGB Variations
Color information
#F4ACDD (or 0xF4ACDD) is known color: Lavender Rose. HEX triplet: F4, AC and DD. RGB value is (244,172,221). Sum of RGB (Red+Green+Blue) = 244+172+221=637 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.30% from 637); Green value is 172 (67.58% from 255 or 27.00% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ACDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ACDD is #0B5322. Grayscale: #C6C6C6. Windows color (decimal): -742179 or 14527732. OLE color: 14527732.
HSL color Cylindrical-coordinate representation of color #F4ACDD: hue angle of 319.17º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4ACDD is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 172 | 221 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.04 |
| HSL | 319.17º | 0.77% | 0.82% | - |
| HSV(B) | 319.17º | 0.3% | 0.96% | - |
| XYZ | 65.11 | 53.96 | 75.39 | - |
| YUV | 199.11 | 140.35 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 172 | 221 | 0 | 0.30 | 0.09 | 0.04 | 319.17 | 0.77 | 0.82 |
| Hex | F4 | AC | DD | 0 | 1E | 9 | 4 | 13F | 4D | 52 |
| Octal | 364 | 254 | 335 | 0 | 36 | 11 | 4 | 477 | 115 | 122 |
| Binary | 11110100 | 10101100 | 11011101 | 0 | 11110 | 1001 | 100 | 100111111 | 1001101 | 1010010 |
Color Harmonies of #F4ACDD
Complementary color
Monochromatic Colors of #F4ACDD
Black with #F4ACDD
Text Example
Text Example
White with #F4ACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ACDD; }
p { color: rgb(244,172,221); }
H1.HeaderClassName
{
color: #F4ACDD;
}
.AnyTagClassName
{
color: #F4ACDD;
}
</style>
background-color css
<style>
a { background-color: #F4ACDD; }
a { background-color: rgb(244,172,221); }
div.DivClassName
{
background-color: #F4ACDD;
}
.BgClassName
{
background-color: #F4ACDD;
}
</style>
border-color css
<style>
span { border-color: #F4ACDD; }
span { border-color: rgb(244,172,221); }
td.TdClassName
{
border-color: #F4ACDD;
}
.TagClassName
{
border-color: #F4ACDD;
}
</style>