Shades of Lavender Pink #F2ADCC
Tints of Lavender Pink #F2ADCC
RGB
CMYK
RGB Variations
Color information
#F2ADCC (or 0xF2ADCC) is known color: Lavender Pink. HEX triplet: F2, AD and CC. RGB value is (242,173,204). Sum of RGB (Red+Green+Blue) = 242+173+204=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ADCC is #0D5233. Grayscale: #C5C5C5. Windows color (decimal): -873012 or 13413874. OLE color: 13413874.
HSL color Cylindrical-coordinate representation of color #F2ADCC: hue angle of 333.04º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ADCC is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 204 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.05 |
| HSL | 333.04º | 0.73% | 0.81% | - |
| HSV(B) | 333.04º | 0.29% | 0.95% | - |
| XYZ | 62.46 | 53.12 | 64.09 | - |
| YUV | 197.17 | 131.86 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 204 | 0 | 0.29 | 0.16 | 0.05 | 333.04 | 0.73 | 0.81 |
| Hex | F2 | AD | CC | 0 | 1D | 10 | 5 | 14D | 49 | 51 |
| Octal | 362 | 255 | 314 | 0 | 35 | 20 | 5 | 515 | 111 | 121 |
| Binary | 11110010 | 10101101 | 11001100 | 0 | 11101 | 10000 | 101 | 101001101 | 1001001 | 1010001 |
Color Harmonies of #F2ADCC
Complementary color
Monochromatic Colors of #F2ADCC
Black with #F2ADCC
Text Example
Text Example
White with #F2ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ADCC; }
p { color: rgb(242,173,204); }
H1.HeaderClassName
{
color: #F2ADCC;
}
.AnyTagClassName
{
color: #F2ADCC;
}
</style>
background-color css
<style>
a { background-color: #F2ADCC; }
a { background-color: rgb(242,173,204); }
div.DivClassName
{
background-color: #F2ADCC;
}
.BgClassName
{
background-color: #F2ADCC;
}
</style>
border-color css
<style>
span { border-color: #F2ADCC; }
span { border-color: rgb(242,173,204); }
td.TdClassName
{
border-color: #F2ADCC;
}
.TagClassName
{
border-color: #F2ADCC;
}
</style>