Shades of Lavender Pink #F2ADD4
Tints of Lavender Pink #F2ADD4
RGB
CMYK
RGB Variations
Color information
#F2ADD4 (or 0xF2ADD4) is known color: Lavender Pink. HEX triplet: F2, AD and D4. RGB value is (242,173,212). Sum of RGB (Red+Green+Blue) = 242+173+212=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 212 (83.20% from 255 or 33.81% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ADD4 is #0D522B. Grayscale: #C5C5C5. Windows color (decimal): -873004 or 13938162. OLE color: 13938162.
HSL color Cylindrical-coordinate representation of color #F2ADD4: hue angle of 326.09º 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 #F2ADD4 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 212 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.05 |
| HSL | 326.09º | 0.73% | 0.81% | - |
| HSV(B) | 326.09º | 0.29% | 0.95% | - |
| XYZ | 63.45 | 53.52 | 69.27 | - |
| YUV | 198.08 | 135.86 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 212 | 0 | 0.29 | 0.12 | 0.05 | 326.09 | 0.73 | 0.81 |
| Hex | F2 | AD | D4 | 0 | 1D | C | 5 | 146 | 49 | 51 |
| Octal | 362 | 255 | 324 | 0 | 35 | 14 | 5 | 506 | 111 | 121 |
| Binary | 11110010 | 10101101 | 11010100 | 0 | 11101 | 1100 | 101 | 101000110 | 1001001 | 1010001 |
Color Harmonies of #F2ADD4
Complementary color
Monochromatic Colors of #F2ADD4
Black with #F2ADD4
Text Example
Text Example
White with #F2ADD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ADD4; }
p { color: rgb(242,173,212); }
H1.HeaderClassName
{
color: #F2ADD4;
}
.AnyTagClassName
{
color: #F2ADD4;
}
</style>
background-color css
<style>
a { background-color: #F2ADD4; }
a { background-color: rgb(242,173,212); }
div.DivClassName
{
background-color: #F2ADD4;
}
.BgClassName
{
background-color: #F2ADD4;
}
</style>
border-color css
<style>
span { border-color: #F2ADD4; }
span { border-color: rgb(242,173,212); }
td.TdClassName
{
border-color: #F2ADD4;
}
.TagClassName
{
border-color: #F2ADD4;
}
</style>