Shades of Lavender Pink #F8A2D4
Tints of Lavender Pink #F8A2D4
RGB
CMYK
RGB Variations
Color information
#F8A2D4 (or 0xF8A2D4) is known color: Lavender Pink. HEX triplet: F8, A2 and D4. RGB value is (248,162,212). Sum of RGB (Red+Green+Blue) = 248+162+212=622 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.87% from 622); Green value is 162 (63.67% from 255 or 26.05% from 622); Blue value is 212 (83.20% from 255 or 34.08% from 622); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A2D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A2D4 is #075D2B. Grayscale: #C1C1C1. Windows color (decimal): -482604 or 13935352. OLE color: 13935352.
HSL color Cylindrical-coordinate representation of color #F8A2D4: hue angle of 325.12º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8A2D4 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 162 | 212 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.03 |
| HSL | 325.12º | 0.86% | 0.8% | - |
| HSV(B) | 325.12º | 0.35% | 0.97% | - |
| XYZ | 63.52 | 50.55 | 68.7 | - |
| YUV | 193.41 | 138.49 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 162 | 212 | 0 | 0.35 | 0.15 | 0.03 | 325.12 | 0.86 | 0.8 |
| Hex | F8 | A2 | D4 | 0 | 23 | F | 3 | 145 | 56 | 50 |
| Octal | 370 | 242 | 324 | 0 | 43 | 17 | 3 | 505 | 126 | 120 |
| Binary | 11111000 | 10100010 | 11010100 | 0 | 100011 | 1111 | 11 | 101000101 | 1010110 | 1010000 |
Color Harmonies of #F8A2D4
Complementary color
Monochromatic Colors of #F8A2D4
Black with #F8A2D4
Text Example
Text Example
White with #F8A2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A2D4; }
p { color: rgb(248,162,212); }
H1.HeaderClassName
{
color: #F8A2D4;
}
.AnyTagClassName
{
color: #F8A2D4;
}
</style>
background-color css
<style>
a { background-color: #F8A2D4; }
a { background-color: rgb(248,162,212); }
div.DivClassName
{
background-color: #F8A2D4;
}
.BgClassName
{
background-color: #F8A2D4;
}
</style>
border-color css
<style>
span { border-color: #F8A2D4; }
span { border-color: rgb(248,162,212); }
td.TdClassName
{
border-color: #F8A2D4;
}
.TagClassName
{
border-color: #F8A2D4;
}
</style>