Shades of Lavender Pink #F8A2D2
Tints of Lavender Pink #F8A2D2
RGB
CMYK
RGB Variations
Color information
#F8A2D2 (or 0xF8A2D2) is known color: Lavender Pink. HEX triplet: F8, A2 and D2. RGB value is (248,162,210). Sum of RGB (Red+Green+Blue) = 248+162+210=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 162 (63.67% from 255 or 26.13% from 620); Blue value is 210 (82.42% from 255 or 33.87% from 620); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A2D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A2D2 is #075D2D. Grayscale: #C1C1C1. Windows color (decimal): -482606 or 13804280. OLE color: 13804280.
HSL color Cylindrical-coordinate representation of color #F8A2D2: hue angle of 326.51º 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 #F8A2D2 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 162 | 210 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.03 |
| HSL | 326.51º | 0.86% | 0.8% | - |
| HSV(B) | 326.51º | 0.35% | 0.97% | - |
| XYZ | 63.26 | 50.45 | 67.38 | - |
| YUV | 193.19 | 137.49 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 162 | 210 | 0 | 0.35 | 0.15 | 0.03 | 326.51 | 0.86 | 0.8 |
| Hex | F8 | A2 | D2 | 0 | 23 | F | 3 | 147 | 56 | 50 |
| Octal | 370 | 242 | 322 | 0 | 43 | 17 | 3 | 507 | 126 | 120 |
| Binary | 11111000 | 10100010 | 11010010 | 0 | 100011 | 1111 | 11 | 101000111 | 1010110 | 1010000 |
Color Harmonies of #F8A2D2
Complementary color
Monochromatic Colors of #F8A2D2
Black with #F8A2D2
Text Example
Text Example
White with #F8A2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A2D2; }
p { color: rgb(248,162,210); }
H1.HeaderClassName
{
color: #F8A2D2;
}
.AnyTagClassName
{
color: #F8A2D2;
}
</style>
background-color css
<style>
a { background-color: #F8A2D2; }
a { background-color: rgb(248,162,210); }
div.DivClassName
{
background-color: #F8A2D2;
}
.BgClassName
{
background-color: #F8A2D2;
}
</style>
border-color css
<style>
span { border-color: #F8A2D2; }
span { border-color: rgb(248,162,210); }
td.TdClassName
{
border-color: #F8A2D2;
}
.TagClassName
{
border-color: #F8A2D2;
}
</style>