Shades of Lavender Pink #F4AED7
Tints of Lavender Pink #F4AED7
RGB
CMYK
RGB Variations
Color information
#F4AED7 (or 0xF4AED7) is known color: Lavender Pink. HEX triplet: F4, AE and D7. RGB value is (244,174,215). Sum of RGB (Red+Green+Blue) = 244+174+215=633 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.55% from 633); Green value is 174 (68.36% from 255 or 27.49% from 633); Blue value is 215 (84.38% from 255 or 33.97% from 633); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AED7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AED7 is #0B5128. Grayscale: #C7C7C7. Windows color (decimal): -741673 or 14135028. OLE color: 14135028.
HSL color Cylindrical-coordinate representation of color #F4AED7: hue angle of 324.86º 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 #F4AED7 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 174 | 215 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.04 |
| HSL | 324.86º | 0.76% | 0.82% | - |
| HSV(B) | 324.86º | 0.29% | 0.96% | - |
| XYZ | 64.71 | 54.41 | 71.38 | - |
| YUV | 199.6 | 136.69 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 174 | 215 | 0 | 0.29 | 0.12 | 0.04 | 324.86 | 0.76 | 0.82 |
| Hex | F4 | AE | D7 | 0 | 1D | C | 4 | 145 | 4C | 52 |
| Octal | 364 | 256 | 327 | 0 | 35 | 14 | 4 | 505 | 114 | 122 |
| Binary | 11110100 | 10101110 | 11010111 | 0 | 11101 | 1100 | 100 | 101000101 | 1001100 | 1010010 |
Color Harmonies of #F4AED7
Complementary color
Monochromatic Colors of #F4AED7
Black with #F4AED7
Text Example
Text Example
White with #F4AED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AED7; }
p { color: rgb(244,174,215); }
H1.HeaderClassName
{
color: #F4AED7;
}
.AnyTagClassName
{
color: #F4AED7;
}
</style>
background-color css
<style>
a { background-color: #F4AED7; }
a { background-color: rgb(244,174,215); }
div.DivClassName
{
background-color: #F4AED7;
}
.BgClassName
{
background-color: #F4AED7;
}
</style>
border-color css
<style>
span { border-color: #F4AED7; }
span { border-color: rgb(244,174,215); }
td.TdClassName
{
border-color: #F4AED7;
}
.TagClassName
{
border-color: #F4AED7;
}
</style>