Shades of Lavender Pink #F4ADCC
Tints of Lavender Pink #F4ADCC
RGB
CMYK
RGB Variations
Color information
#F4ADCC (or 0xF4ADCC) is known color: Lavender Pink. HEX triplet: F4, AD and CC. RGB value is (244,173,204). Sum of RGB (Red+Green+Blue) = 244+173+204=621 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.29% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ADCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ADCC is #0B5233. Grayscale: #C5C5C5. Windows color (decimal): -741940 or 13413876. OLE color: 13413876.
HSL color Cylindrical-coordinate representation of color #F4ADCC: hue angle of 333.8º 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 #F4ADCC is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 173 | 204 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.04 |
| HSL | 333.8º | 0.76% | 0.82% | - |
| HSV(B) | 333.8º | 0.29% | 0.96% | - |
| XYZ | 63.15 | 53.48 | 64.12 | - |
| YUV | 197.76 | 131.52 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 173 | 204 | 0 | 0.29 | 0.16 | 0.04 | 333.8 | 0.76 | 0.82 |
| Hex | F4 | AD | CC | 0 | 1D | 10 | 4 | 14E | 4C | 52 |
| Octal | 364 | 255 | 314 | 0 | 35 | 20 | 4 | 516 | 114 | 122 |
| Binary | 11110100 | 10101101 | 11001100 | 0 | 11101 | 10000 | 100 | 101001110 | 1001100 | 1010010 |
Color Harmonies of #F4ADCC
Complementary color
Monochromatic Colors of #F4ADCC
Black with #F4ADCC
Text Example
Text Example
White with #F4ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ADCC; }
p { color: rgb(244,173,204); }
H1.HeaderClassName
{
color: #F4ADCC;
}
.AnyTagClassName
{
color: #F4ADCC;
}
</style>
background-color css
<style>
a { background-color: #F4ADCC; }
a { background-color: rgb(244,173,204); }
div.DivClassName
{
background-color: #F4ADCC;
}
.BgClassName
{
background-color: #F4ADCC;
}
</style>
border-color css
<style>
span { border-color: #F4ADCC; }
span { border-color: rgb(244,173,204); }
td.TdClassName
{
border-color: #F4ADCC;
}
.TagClassName
{
border-color: #F4ADCC;
}
</style>