Shades of Lavender Pink #F8A3CE
Tints of Lavender Pink #F8A3CE
RGB
CMYK
RGB Variations
Color information
#F8A3CE (or 0xF8A3CE) is known color: Lavender Pink. HEX triplet: F8, A3 and CE. RGB value is (248,163,206). Sum of RGB (Red+Green+Blue) = 248+163+206=617 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.19% from 617); Green value is 163 (64.06% from 255 or 26.42% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A3CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A3CE is #075C31. Grayscale: #C1C1C1. Windows color (decimal): -482354 or 13542392. OLE color: 13542392.
HSL color Cylindrical-coordinate representation of color #F8A3CE: hue angle of 329.65º 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 #F8A3CE is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 163 | 206 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.03 |
| HSL | 329.65º | 0.86% | 0.81% | - |
| HSV(B) | 329.65º | 0.34% | 0.97% | - |
| XYZ | 62.95 | 50.61 | 64.84 | - |
| YUV | 193.32 | 135.16 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 163 | 206 | 0 | 0.34 | 0.17 | 0.03 | 329.65 | 0.86 | 0.81 |
| Hex | F8 | A3 | CE | 0 | 22 | 11 | 3 | 14A | 56 | 51 |
| Octal | 370 | 243 | 316 | 0 | 42 | 21 | 3 | 512 | 126 | 121 |
| Binary | 11111000 | 10100011 | 11001110 | 0 | 100010 | 10001 | 11 | 101001010 | 1010110 | 1010001 |
Color Harmonies of #F8A3CE
Complementary color
Monochromatic Colors of #F8A3CE
Black with #F8A3CE
Text Example
Text Example
White with #F8A3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A3CE; }
p { color: rgb(248,163,206); }
H1.HeaderClassName
{
color: #F8A3CE;
}
.AnyTagClassName
{
color: #F8A3CE;
}
</style>
background-color css
<style>
a { background-color: #F8A3CE; }
a { background-color: rgb(248,163,206); }
div.DivClassName
{
background-color: #F8A3CE;
}
.BgClassName
{
background-color: #F8A3CE;
}
</style>
border-color css
<style>
span { border-color: #F8A3CE; }
span { border-color: rgb(248,163,206); }
td.TdClassName
{
border-color: #F8A3CE;
}
.TagClassName
{
border-color: #F8A3CE;
}
</style>