Shades of Lavender Pink #F2A9D7
Tints of Lavender Pink #F2A9D7
RGB
CMYK
RGB Variations
Color information
#F2A9D7 (or 0xF2A9D7) is known color: Lavender Pink. HEX triplet: F2, A9 and D7. RGB value is (242,169,215). Sum of RGB (Red+Green+Blue) = 242+169+215=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 169 (66.41% from 255 or 27.00% from 626); Blue value is 215 (84.38% from 255 or 34.35% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A9D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A9D7 is #0D5628. Grayscale: #C3C3C3. Windows color (decimal): -874025 or 14133746. OLE color: 14133746.
HSL color Cylindrical-coordinate representation of color #F2A9D7: hue angle of 322.19º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2A9D7 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 169 | 215 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.05 |
| HSL | 322.19º | 0.74% | 0.81% | - |
| HSV(B) | 322.19º | 0.3% | 0.95% | - |
| XYZ | 63.07 | 52.16 | 71.03 | - |
| YUV | 196.07 | 138.68 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 169 | 215 | 0 | 0.30 | 0.11 | 0.05 | 322.19 | 0.74 | 0.81 |
| Hex | F2 | A9 | D7 | 0 | 1E | B | 5 | 142 | 4A | 51 |
| Octal | 362 | 251 | 327 | 0 | 36 | 13 | 5 | 502 | 112 | 121 |
| Binary | 11110010 | 10101001 | 11010111 | 0 | 11110 | 1011 | 101 | 101000010 | 1001010 | 1010001 |
Color Harmonies of #F2A9D7
Complementary color
Monochromatic Colors of #F2A9D7
Black with #F2A9D7
Text Example
Text Example
White with #F2A9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A9D7; }
p { color: rgb(242,169,215); }
H1.HeaderClassName
{
color: #F2A9D7;
}
.AnyTagClassName
{
color: #F2A9D7;
}
</style>
background-color css
<style>
a { background-color: #F2A9D7; }
a { background-color: rgb(242,169,215); }
div.DivClassName
{
background-color: #F2A9D7;
}
.BgClassName
{
background-color: #F2A9D7;
}
</style>
border-color css
<style>
span { border-color: #F2A9D7; }
span { border-color: rgb(242,169,215); }
td.TdClassName
{
border-color: #F2A9D7;
}
.TagClassName
{
border-color: #F2A9D7;
}
</style>