Shades of Lavender Pink #F4AED5
Tints of Lavender Pink #F4AED5
RGB
CMYK
RGB Variations
Color information
#F4AED5 (or 0xF4AED5) is known color: Lavender Pink. HEX triplet: F4, AE and D5. RGB value is (244,174,213). Sum of RGB (Red+Green+Blue) = 244+174+213=631 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.67% from 631); Green value is 174 (68.36% from 255 or 27.58% from 631); Blue value is 213 (83.59% from 255 or 33.76% from 631); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AED5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AED5 is #0B512A. Grayscale: #C7C7C7. Windows color (decimal): -741675 or 14003956. OLE color: 14003956.
HSL color Cylindrical-coordinate representation of color #F4AED5: hue angle of 326.57º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4AED5 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 174 | 213 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.04 |
| HSL | 326.57º | 0.76% | 0.82% | - |
| HSV(B) | 326.57º | 0.29% | 0.96% | - |
| XYZ | 64.45 | 54.31 | 70.04 | - |
| YUV | 199.38 | 135.69 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 174 | 213 | 0 | 0.29 | 0.13 | 0.04 | 326.57 | 0.76 | 0.82 |
| Hex | F4 | AE | D5 | 0 | 1D | D | 4 | 147 | 4C | 52 |
| Octal | 364 | 256 | 325 | 0 | 35 | 15 | 4 | 507 | 114 | 122 |
| Binary | 11110100 | 10101110 | 11010101 | 0 | 11101 | 1101 | 100 | 101000111 | 1001100 | 1010010 |
Color Harmonies of #F4AED5
Complementary color
Monochromatic Colors of #F4AED5
Black with #F4AED5
Text Example
Text Example
White with #F4AED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AED5; }
p { color: rgb(244,174,213); }
H1.HeaderClassName
{
color: #F4AED5;
}
.AnyTagClassName
{
color: #F4AED5;
}
</style>
background-color css
<style>
a { background-color: #F4AED5; }
a { background-color: rgb(244,174,213); }
div.DivClassName
{
background-color: #F4AED5;
}
.BgClassName
{
background-color: #F4AED5;
}
</style>
border-color css
<style>
span { border-color: #F4AED5; }
span { border-color: rgb(244,174,213); }
td.TdClassName
{
border-color: #F4AED5;
}
.TagClassName
{
border-color: #F4AED5;
}
</style>