Shades of Lavender Pink #F8A4D6
Tints of Lavender Pink #F8A4D6
RGB
CMYK
RGB Variations
Color information
#F8A4D6 (or 0xF8A4D6) is known color: Lavender Pink. HEX triplet: F8, A4 and D6. RGB value is (248,164,214). Sum of RGB (Red+Green+Blue) = 248+164+214=626 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.62% from 626); Green value is 164 (64.45% from 255 or 26.20% from 626); Blue value is 214 (83.98% from 255 or 34.19% from 626); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A4D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A4D6 is #075B29. Grayscale: #C2C2C2. Windows color (decimal): -482090 or 14066936. OLE color: 14066936.
HSL color Cylindrical-coordinate representation of color #F8A4D6: hue angle of 324.29º 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 #F8A4D6 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 164 | 214 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.03 |
| HSL | 324.29º | 0.86% | 0.81% | - |
| HSV(B) | 324.29º | 0.34% | 0.97% | - |
| XYZ | 64.12 | 51.36 | 70.15 | - |
| YUV | 194.82 | 138.83 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 164 | 214 | 0 | 0.34 | 0.14 | 0.03 | 324.29 | 0.86 | 0.81 |
| Hex | F8 | A4 | D6 | 0 | 22 | E | 3 | 144 | 56 | 51 |
| Octal | 370 | 244 | 326 | 0 | 42 | 16 | 3 | 504 | 126 | 121 |
| Binary | 11111000 | 10100100 | 11010110 | 0 | 100010 | 1110 | 11 | 101000100 | 1010110 | 1010001 |
Color Harmonies of #F8A4D6
Complementary color
Monochromatic Colors of #F8A4D6
Black with #F8A4D6
Text Example
Text Example
White with #F8A4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A4D6; }
p { color: rgb(248,164,214); }
H1.HeaderClassName
{
color: #F8A4D6;
}
.AnyTagClassName
{
color: #F8A4D6;
}
</style>
background-color css
<style>
a { background-color: #F8A4D6; }
a { background-color: rgb(248,164,214); }
div.DivClassName
{
background-color: #F8A4D6;
}
.BgClassName
{
background-color: #F8A4D6;
}
</style>
border-color css
<style>
span { border-color: #F8A4D6; }
span { border-color: rgb(248,164,214); }
td.TdClassName
{
border-color: #F8A4D6;
}
.TagClassName
{
border-color: #F8A4D6;
}
</style>