Shades of Lavender Pink #F2A3D4
Tints of Lavender Pink #F2A3D4
RGB
CMYK
RGB Variations
Color information
#F2A3D4 (or 0xF2A3D4) is known color: Lavender Pink. HEX triplet: F2, A3 and D4. RGB value is (242,163,212). Sum of RGB (Red+Green+Blue) = 242+163+212=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 163 (64.06% from 255 or 26.42% from 617); Blue value is 212 (83.20% from 255 or 34.36% from 617); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A3D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A3D4 is #0D5C2B. Grayscale: #C0C0C0. Windows color (decimal): -875564 or 13935602. OLE color: 13935602.
HSL color Cylindrical-coordinate representation of color #F2A3D4: hue angle of 322.78º 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 #F2A3D4 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 163 | 212 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.05 |
| HSL | 322.78º | 0.75% | 0.79% | - |
| HSV(B) | 322.78º | 0.33% | 0.95% | - |
| XYZ | 61.6 | 49.83 | 68.66 | - |
| YUV | 192.21 | 139.17 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 163 | 212 | 0 | 0.33 | 0.12 | 0.05 | 322.78 | 0.75 | 0.79 |
| Hex | F2 | A3 | D4 | 0 | 21 | C | 5 | 143 | 4B | 4F |
| Octal | 362 | 243 | 324 | 0 | 41 | 14 | 5 | 503 | 113 | 117 |
| Binary | 11110010 | 10100011 | 11010100 | 0 | 100001 | 1100 | 101 | 101000011 | 1001011 | 1001111 |
Color Harmonies of #F2A3D4
Complementary color
Monochromatic Colors of #F2A3D4
Black with #F2A3D4
Text Example
Text Example
White with #F2A3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A3D4; }
p { color: rgb(242,163,212); }
H1.HeaderClassName
{
color: #F2A3D4;
}
.AnyTagClassName
{
color: #F2A3D4;
}
</style>
background-color css
<style>
a { background-color: #F2A3D4; }
a { background-color: rgb(242,163,212); }
div.DivClassName
{
background-color: #F2A3D4;
}
.BgClassName
{
background-color: #F2A3D4;
}
</style>
border-color css
<style>
span { border-color: #F2A3D4; }
span { border-color: rgb(242,163,212); }
td.TdClassName
{
border-color: #F2A3D4;
}
.TagClassName
{
border-color: #F2A3D4;
}
</style>