Shades of Lavender Pink #F2AFD2
Tints of Lavender Pink #F2AFD2
RGB
CMYK
RGB Variations
Color information
#F2AFD2 (or 0xF2AFD2) is known color: Lavender Pink. HEX triplet: F2, AF and D2. RGB value is (242,175,210). Sum of RGB (Red+Green+Blue) = 242+175+210=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 210 (82.42% from 255 or 33.49% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AFD2 is #0D502D. Grayscale: #C6C6C6. Windows color (decimal): -872494 or 13807602. OLE color: 13807602.
HSL color Cylindrical-coordinate representation of color #F2AFD2: hue angle of 328.66º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2AFD2 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 210 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.05 |
| HSL | 328.66º | 0.72% | 0.82% | - |
| HSV(B) | 328.66º | 0.28% | 0.95% | - |
| XYZ | 63.58 | 54.19 | 68.08 | - |
| YUV | 199.02 | 134.2 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 210 | 0 | 0.28 | 0.13 | 0.05 | 328.66 | 0.72 | 0.82 |
| Hex | F2 | AF | D2 | 0 | 1C | D | 5 | 149 | 48 | 52 |
| Octal | 362 | 257 | 322 | 0 | 34 | 15 | 5 | 511 | 110 | 122 |
| Binary | 11110010 | 10101111 | 11010010 | 0 | 11100 | 1101 | 101 | 101001001 | 1001000 | 1010010 |
Color Harmonies of #F2AFD2
Complementary color
Monochromatic Colors of #F2AFD2
Black with #F2AFD2
Text Example
Text Example
White with #F2AFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AFD2; }
p { color: rgb(242,175,210); }
H1.HeaderClassName
{
color: #F2AFD2;
}
.AnyTagClassName
{
color: #F2AFD2;
}
</style>
background-color css
<style>
a { background-color: #F2AFD2; }
a { background-color: rgb(242,175,210); }
div.DivClassName
{
background-color: #F2AFD2;
}
.BgClassName
{
background-color: #F2AFD2;
}
</style>
border-color css
<style>
span { border-color: #F2AFD2; }
span { border-color: rgb(242,175,210); }
td.TdClassName
{
border-color: #F2AFD2;
}
.TagClassName
{
border-color: #F2AFD2;
}
</style>