Shades of Lavender Pink #F2A3CE
Tints of Lavender Pink #F2A3CE
RGB
CMYK
RGB Variations
Color information
#F2A3CE (or 0xF2A3CE) is known color: Lavender Pink. HEX triplet: F2, A3 and CE. RGB value is (242,163,206). Sum of RGB (Red+Green+Blue) = 242+163+206=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 163 (64.06% from 255 or 26.68% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A3CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A3CE is #0D5C31. Grayscale: #BFBFBF. Windows color (decimal): -875570 or 13542386. OLE color: 13542386.
HSL color Cylindrical-coordinate representation of color #F2A3CE: hue angle of 327.34º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2A3CE is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 163 | 206 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.05 |
| HSL | 327.34º | 0.75% | 0.79% | - |
| HSV(B) | 327.34º | 0.33% | 0.95% | - |
| XYZ | 60.86 | 49.53 | 64.74 | - |
| YUV | 191.52 | 136.17 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 163 | 206 | 0 | 0.33 | 0.15 | 0.05 | 327.34 | 0.75 | 0.79 |
| Hex | F2 | A3 | CE | 0 | 21 | F | 5 | 147 | 4B | 4F |
| Octal | 362 | 243 | 316 | 0 | 41 | 17 | 5 | 507 | 113 | 117 |
| Binary | 11110010 | 10100011 | 11001110 | 0 | 100001 | 1111 | 101 | 101000111 | 1001011 | 1001111 |
Color Harmonies of #F2A3CE
Complementary color
Monochromatic Colors of #F2A3CE
Black with #F2A3CE
Text Example
Text Example
White with #F2A3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A3CE; }
p { color: rgb(242,163,206); }
H1.HeaderClassName
{
color: #F2A3CE;
}
.AnyTagClassName
{
color: #F2A3CE;
}
</style>
background-color css
<style>
a { background-color: #F2A3CE; }
a { background-color: rgb(242,163,206); }
div.DivClassName
{
background-color: #F2A3CE;
}
.BgClassName
{
background-color: #F2A3CE;
}
</style>
border-color css
<style>
span { border-color: #F2A3CE; }
span { border-color: rgb(242,163,206); }
td.TdClassName
{
border-color: #F2A3CE;
}
.TagClassName
{
border-color: #F2A3CE;
}
</style>