Shades of Lavender Rose #F4A8DD
Tints of Lavender Rose #F4A8DD
RGB
CMYK
RGB Variations
Color information
#F4A8DD (or 0xF4A8DD) is known color: Lavender Rose. HEX triplet: F4, A8 and DD. RGB value is (244,168,221). Sum of RGB (Red+Green+Blue) = 244+168+221=633 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.55% from 633); Green value is 168 (66.02% from 255 or 26.54% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A8DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A8DD is #0B5722. Grayscale: #C4C4C4. Windows color (decimal): -743203 or 14526708. OLE color: 14526708.
HSL color Cylindrical-coordinate representation of color #F4A8DD: hue angle of 318.16º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F4A8DD is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 168 | 221 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.04 |
| HSL | 318.16º | 0.78% | 0.81% | - |
| HSV(B) | 318.16º | 0.31% | 0.96% | - |
| XYZ | 64.36 | 52.46 | 75.14 | - |
| YUV | 196.77 | 141.68 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 168 | 221 | 0 | 0.31 | 0.09 | 0.04 | 318.16 | 0.78 | 0.81 |
| Hex | F4 | A8 | DD | 0 | 1F | 9 | 4 | 13E | 4E | 51 |
| Octal | 364 | 250 | 335 | 0 | 37 | 11 | 4 | 476 | 116 | 121 |
| Binary | 11110100 | 10101000 | 11011101 | 0 | 11111 | 1001 | 100 | 100111110 | 1001110 | 1010001 |
Color Harmonies of #F4A8DD
Complementary color
Monochromatic Colors of #F4A8DD
Black with #F4A8DD
Text Example
Text Example
White with #F4A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A8DD; }
p { color: rgb(244,168,221); }
H1.HeaderClassName
{
color: #F4A8DD;
}
.AnyTagClassName
{
color: #F4A8DD;
}
</style>
background-color css
<style>
a { background-color: #F4A8DD; }
a { background-color: rgb(244,168,221); }
div.DivClassName
{
background-color: #F4A8DD;
}
.BgClassName
{
background-color: #F4A8DD;
}
</style>
border-color css
<style>
span { border-color: #F4A8DD; }
span { border-color: rgb(244,168,221); }
td.TdClassName
{
border-color: #F4A8DD;
}
.TagClassName
{
border-color: #F4A8DD;
}
</style>