Shades of Lavender Pink #F2A9CF
Tints of Lavender Pink #F2A9CF
RGB
CMYK
RGB Variations
Color information
#F2A9CF (or 0xF2A9CF) is known color: Lavender Pink. HEX triplet: F2, A9 and CF. RGB value is (242,169,207). Sum of RGB (Red+Green+Blue) = 242+169+207=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 169 (66.41% from 255 or 27.35% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A9CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A9CF is #0D5630. Grayscale: #C3C3C3. Windows color (decimal): -874033 or 13609458. OLE color: 13609458.
HSL color Cylindrical-coordinate representation of color #F2A9CF: hue angle of 328.77º 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 #F2A9CF is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 169 | 207 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.05 |
| HSL | 328.77º | 0.74% | 0.81% | - |
| HSV(B) | 328.77º | 0.3% | 0.95% | - |
| XYZ | 62.07 | 51.76 | 65.75 | - |
| YUV | 195.16 | 134.68 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 169 | 207 | 0 | 0.30 | 0.14 | 0.05 | 328.77 | 0.74 | 0.81 |
| Hex | F2 | A9 | CF | 0 | 1E | E | 5 | 149 | 4A | 51 |
| Octal | 362 | 251 | 317 | 0 | 36 | 16 | 5 | 511 | 112 | 121 |
| Binary | 11110010 | 10101001 | 11001111 | 0 | 11110 | 1110 | 101 | 101001001 | 1001010 | 1010001 |
Color Harmonies of #F2A9CF
Complementary color
Monochromatic Colors of #F2A9CF
Black with #F2A9CF
Text Example
Text Example
White with #F2A9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A9CF; }
p { color: rgb(242,169,207); }
H1.HeaderClassName
{
color: #F2A9CF;
}
.AnyTagClassName
{
color: #F2A9CF;
}
</style>
background-color css
<style>
a { background-color: #F2A9CF; }
a { background-color: rgb(242,169,207); }
div.DivClassName
{
background-color: #F2A9CF;
}
.BgClassName
{
background-color: #F2A9CF;
}
</style>
border-color css
<style>
span { border-color: #F2A9CF; }
span { border-color: rgb(242,169,207); }
td.TdClassName
{
border-color: #F2A9CF;
}
.TagClassName
{
border-color: #F2A9CF;
}
</style>