Shades of Lavender Pink #F8A4D0
Tints of Lavender Pink #F8A4D0
RGB
CMYK
RGB Variations
Color information
#F8A4D0 (or 0xF8A4D0) is known color: Lavender Pink. HEX triplet: F8, A4 and D0. RGB value is (248,164,208). Sum of RGB (Red+Green+Blue) = 248+164+208=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 164 (64.45% from 255 or 26.45% from 620); Blue value is 208 (81.64% from 255 or 33.55% from 620); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A4D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A4D0 is #075B2F. Grayscale: #C2C2C2. Windows color (decimal): -482096 or 13673720. OLE color: 13673720.
HSL color Cylindrical-coordinate representation of color #F8A4D0: hue angle of 328.57º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F8A4D0 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 164 | 208 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.03 |
| HSL | 328.57º | 0.86% | 0.81% | - |
| HSV(B) | 328.57º | 0.34% | 0.97% | - |
| XYZ | 63.37 | 51.06 | 66.19 | - |
| YUV | 194.13 | 135.83 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 164 | 208 | 0 | 0.34 | 0.16 | 0.03 | 328.57 | 0.86 | 0.81 |
| Hex | F8 | A4 | D0 | 0 | 22 | 10 | 3 | 149 | 56 | 51 |
| Octal | 370 | 244 | 320 | 0 | 42 | 20 | 3 | 511 | 126 | 121 |
| Binary | 11111000 | 10100100 | 11010000 | 0 | 100010 | 10000 | 11 | 101001001 | 1010110 | 1010001 |
Color Harmonies of #F8A4D0
Complementary color
Monochromatic Colors of #F8A4D0
Black with #F8A4D0
Text Example
Text Example
White with #F8A4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A4D0; }
p { color: rgb(248,164,208); }
H1.HeaderClassName
{
color: #F8A4D0;
}
.AnyTagClassName
{
color: #F8A4D0;
}
</style>
background-color css
<style>
a { background-color: #F8A4D0; }
a { background-color: rgb(248,164,208); }
div.DivClassName
{
background-color: #F8A4D0;
}
.BgClassName
{
background-color: #F8A4D0;
}
</style>
border-color css
<style>
span { border-color: #F8A4D0; }
span { border-color: rgb(248,164,208); }
td.TdClassName
{
border-color: #F8A4D0;
}
.TagClassName
{
border-color: #F8A4D0;
}
</style>