Shades of Lavender Pink #F4AECF
Tints of Lavender Pink #F4AECF
RGB
CMYK
RGB Variations
Color information
#F4AECF (or 0xF4AECF) is known color: Lavender Pink. HEX triplet: F4, AE and CF. RGB value is (244,174,207). Sum of RGB (Red+Green+Blue) = 244+174+207=625 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.04% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AECF is #0B5130. Grayscale: #C6C6C6. Windows color (decimal): -741681 or 13610740. OLE color: 13610740.
HSL color Cylindrical-coordinate representation of color #F4AECF: hue angle of 331.71º 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 #F4AECF is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 174 | 207 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.04 |
| HSL | 331.71º | 0.76% | 0.82% | - |
| HSV(B) | 331.71º | 0.29% | 0.96% | - |
| XYZ | 63.71 | 54.01 | 66.1 | - |
| YUV | 198.69 | 132.69 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 174 | 207 | 0 | 0.29 | 0.15 | 0.04 | 331.71 | 0.76 | 0.82 |
| Hex | F4 | AE | CF | 0 | 1D | F | 4 | 14C | 4C | 52 |
| Octal | 364 | 256 | 317 | 0 | 35 | 17 | 4 | 514 | 114 | 122 |
| Binary | 11110100 | 10101110 | 11001111 | 0 | 11101 | 1111 | 100 | 101001100 | 1001100 | 1010010 |
Color Harmonies of #F4AECF
Complementary color
Monochromatic Colors of #F4AECF
Black with #F4AECF
Text Example
Text Example
White with #F4AECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AECF; }
p { color: rgb(244,174,207); }
H1.HeaderClassName
{
color: #F4AECF;
}
.AnyTagClassName
{
color: #F4AECF;
}
</style>
background-color css
<style>
a { background-color: #F4AECF; }
a { background-color: rgb(244,174,207); }
div.DivClassName
{
background-color: #F4AECF;
}
.BgClassName
{
background-color: #F4AECF;
}
</style>
border-color css
<style>
span { border-color: #F4AECF; }
span { border-color: rgb(244,174,207); }
td.TdClassName
{
border-color: #F4AECF;
}
.TagClassName
{
border-color: #F4AECF;
}
</style>