Shades of Lavender Pink #F4ADCD
Tints of Lavender Pink #F4ADCD
RGB
CMYK
RGB Variations
Color information
#F4ADCD (or 0xF4ADCD) is known color: Lavender Pink. HEX triplet: F4, AD and CD. RGB value is (244,173,205). Sum of RGB (Red+Green+Blue) = 244+173+205=622 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.23% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ADCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ADCD is #0B5232. Grayscale: #C5C5C5. Windows color (decimal): -741939 or 13479412. OLE color: 13479412.
HSL color Cylindrical-coordinate representation of color #F4ADCD: hue angle of 332.96º 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 #F4ADCD is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 173 | 205 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.04 |
| HSL | 332.96º | 0.76% | 0.82% | - |
| HSV(B) | 332.96º | 0.29% | 0.96% | - |
| XYZ | 63.27 | 53.53 | 64.75 | - |
| YUV | 197.88 | 132.02 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 173 | 205 | 0 | 0.29 | 0.16 | 0.04 | 332.96 | 0.76 | 0.82 |
| Hex | F4 | AD | CD | 0 | 1D | 10 | 4 | 14D | 4C | 52 |
| Octal | 364 | 255 | 315 | 0 | 35 | 20 | 4 | 515 | 114 | 122 |
| Binary | 11110100 | 10101101 | 11001101 | 0 | 11101 | 10000 | 100 | 101001101 | 1001100 | 1010010 |
Color Harmonies of #F4ADCD
Complementary color
Monochromatic Colors of #F4ADCD
Black with #F4ADCD
Text Example
Text Example
White with #F4ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ADCD; }
p { color: rgb(244,173,205); }
H1.HeaderClassName
{
color: #F4ADCD;
}
.AnyTagClassName
{
color: #F4ADCD;
}
</style>
background-color css
<style>
a { background-color: #F4ADCD; }
a { background-color: rgb(244,173,205); }
div.DivClassName
{
background-color: #F4ADCD;
}
.BgClassName
{
background-color: #F4ADCD;
}
</style>
border-color css
<style>
span { border-color: #F4ADCD; }
span { border-color: rgb(244,173,205); }
td.TdClassName
{
border-color: #F4ADCD;
}
.TagClassName
{
border-color: #F4ADCD;
}
</style>