Shades of Lavender Pink #F4A4CE
Tints of Lavender Pink #F4A4CE
RGB
CMYK
RGB Variations
Color information
#F4A4CE (or 0xF4A4CE) is known color: Lavender Pink. HEX triplet: F4, A4 and CE. RGB value is (244,164,206). Sum of RGB (Red+Green+Blue) = 244+164+206=614 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.74% from 614); Green value is 164 (64.45% from 255 or 26.71% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A4CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A4CE is #0B5B31. Grayscale: #C0C0C0. Windows color (decimal): -744242 or 13542644. OLE color: 13542644.
HSL color Cylindrical-coordinate representation of color #F4A4CE: hue angle of 328.5º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F4A4CE is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 164 | 206 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.04 |
| HSL | 328.5º | 0.78% | 0.8% | - |
| HSV(B) | 328.5º | 0.33% | 0.96% | - |
| XYZ | 61.72 | 50.24 | 64.84 | - |
| YUV | 192.71 | 135.5 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 164 | 206 | 0 | 0.33 | 0.16 | 0.04 | 328.5 | 0.78 | 0.8 |
| Hex | F4 | A4 | CE | 0 | 21 | 10 | 4 | 148 | 4E | 50 |
| Octal | 364 | 244 | 316 | 0 | 41 | 20 | 4 | 510 | 116 | 120 |
| Binary | 11110100 | 10100100 | 11001110 | 0 | 100001 | 10000 | 100 | 101001000 | 1001110 | 1010000 |
Color Harmonies of #F4A4CE
Complementary color
Monochromatic Colors of #F4A4CE
Black with #F4A4CE
Text Example
Text Example
White with #F4A4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A4CE; }
p { color: rgb(244,164,206); }
H1.HeaderClassName
{
color: #F4A4CE;
}
.AnyTagClassName
{
color: #F4A4CE;
}
</style>
background-color css
<style>
a { background-color: #F4A4CE; }
a { background-color: rgb(244,164,206); }
div.DivClassName
{
background-color: #F4A4CE;
}
.BgClassName
{
background-color: #F4A4CE;
}
</style>
border-color css
<style>
span { border-color: #F4A4CE; }
span { border-color: rgb(244,164,206); }
td.TdClassName
{
border-color: #F4A4CE;
}
.TagClassName
{
border-color: #F4A4CE;
}
</style>