Shades of Lavender Pink #F8A2D0
Tints of Lavender Pink #F8A2D0
RGB
CMYK
RGB Variations
Color information
#F8A2D0 (or 0xF8A2D0) is known color: Lavender Pink. HEX triplet: F8, A2 and D0. RGB value is (248,162,208). Sum of RGB (Red+Green+Blue) = 248+162+208=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 162 (63.67% from 255 or 26.21% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A2D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A2D0 is #075D2F. Grayscale: #C0C0C0. Windows color (decimal): -482608 or 13673208. OLE color: 13673208.
HSL color Cylindrical-coordinate representation of color #F8A2D0: hue angle of 327.91º 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 #F8A2D0 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 162 | 208 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.03 |
| HSL | 327.91º | 0.86% | 0.8% | - |
| HSV(B) | 327.91º | 0.35% | 0.97% | - |
| XYZ | 63.02 | 50.35 | 66.07 | - |
| YUV | 192.96 | 136.49 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 162 | 208 | 0 | 0.35 | 0.16 | 0.03 | 327.91 | 0.86 | 0.8 |
| Hex | F8 | A2 | D0 | 0 | 23 | 10 | 3 | 148 | 56 | 50 |
| Octal | 370 | 242 | 320 | 0 | 43 | 20 | 3 | 510 | 126 | 120 |
| Binary | 11111000 | 10100010 | 11010000 | 0 | 100011 | 10000 | 11 | 101001000 | 1010110 | 1010000 |
Color Harmonies of #F8A2D0
Complementary color
Monochromatic Colors of #F8A2D0
Black with #F8A2D0
Text Example
Text Example
White with #F8A2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A2D0; }
p { color: rgb(248,162,208); }
H1.HeaderClassName
{
color: #F8A2D0;
}
.AnyTagClassName
{
color: #F8A2D0;
}
</style>
background-color css
<style>
a { background-color: #F8A2D0; }
a { background-color: rgb(248,162,208); }
div.DivClassName
{
background-color: #F8A2D0;
}
.BgClassName
{
background-color: #F8A2D0;
}
</style>
border-color css
<style>
span { border-color: #F8A2D0; }
span { border-color: rgb(248,162,208); }
td.TdClassName
{
border-color: #F8A2D0;
}
.TagClassName
{
border-color: #F8A2D0;
}
</style>