Shades of Lavender Rose #F4AFDD
Tints of Lavender Rose #F4AFDD
RGB
CMYK
RGB Variations
Color information
#F4AFDD (or 0xF4AFDD) is known color: Lavender Rose. HEX triplet: F4, AF and DD. RGB value is (244,175,221). Sum of RGB (Red+Green+Blue) = 244+175+221=640 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.12% from 640); Green value is 175 (68.75% from 255 or 27.34% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AFDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AFDD is #0B5022. Grayscale: #C8C8C8. Windows color (decimal): -741411 or 14528500. OLE color: 14528500.
HSL color Cylindrical-coordinate representation of color #F4AFDD: hue angle of 320º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4AFDD is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 175 | 221 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.04 |
| HSL | 320º | 0.76% | 0.82% | - |
| HSV(B) | 320º | 0.28% | 0.96% | - |
| XYZ | 65.69 | 55.11 | 75.58 | - |
| YUV | 200.88 | 139.36 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 175 | 221 | 0 | 0.28 | 0.09 | 0.04 | 320 | 0.76 | 0.82 |
| Hex | F4 | AF | DD | 0 | 1C | 9 | 4 | 140 | 4C | 52 |
| Octal | 364 | 257 | 335 | 0 | 34 | 11 | 4 | 500 | 114 | 122 |
| Binary | 11110100 | 10101111 | 11011101 | 0 | 11100 | 1001 | 100 | 101000000 | 1001100 | 1010010 |
Color Harmonies of #F4AFDD
Complementary color
Monochromatic Colors of #F4AFDD
Black with #F4AFDD
Text Example
Text Example
White with #F4AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AFDD; }
p { color: rgb(244,175,221); }
H1.HeaderClassName
{
color: #F4AFDD;
}
.AnyTagClassName
{
color: #F4AFDD;
}
</style>
background-color css
<style>
a { background-color: #F4AFDD; }
a { background-color: rgb(244,175,221); }
div.DivClassName
{
background-color: #F4AFDD;
}
.BgClassName
{
background-color: #F4AFDD;
}
</style>
border-color css
<style>
span { border-color: #F4AFDD; }
span { border-color: rgb(244,175,221); }
td.TdClassName
{
border-color: #F4AFDD;
}
.TagClassName
{
border-color: #F4AFDD;
}
</style>