Shades of Lavender Pink #F8A6CE
Tints of Lavender Pink #F8A6CE
RGB
CMYK
RGB Variations
Color information
#F8A6CE (or 0xF8A6CE) is known color: Lavender Pink. HEX triplet: F8, A6 and CE. RGB value is (248,166,206). Sum of RGB (Red+Green+Blue) = 248+166+206=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 166 (65.23% from 255 or 26.77% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A6CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A6CE is #075931. Grayscale: #C2C2C2. Windows color (decimal): -481586 or 13543160. OLE color: 13543160.
HSL color Cylindrical-coordinate representation of color #F8A6CE: hue angle of 330.73º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8A6CE is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 166 | 206 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.03 |
| HSL | 330.73º | 0.85% | 0.81% | - |
| HSV(B) | 330.73º | 0.33% | 0.97% | - |
| XYZ | 63.49 | 51.69 | 65.02 | - |
| YUV | 195.08 | 134.17 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 166 | 206 | 0 | 0.33 | 0.17 | 0.03 | 330.73 | 0.85 | 0.81 |
| Hex | F8 | A6 | CE | 0 | 21 | 11 | 3 | 14B | 55 | 51 |
| Octal | 370 | 246 | 316 | 0 | 41 | 21 | 3 | 513 | 125 | 121 |
| Binary | 11111000 | 10100110 | 11001110 | 0 | 100001 | 10001 | 11 | 101001011 | 1010101 | 1010001 |
Color Harmonies of #F8A6CE
Complementary color
Monochromatic Colors of #F8A6CE
Black with #F8A6CE
Text Example
Text Example
White with #F8A6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A6CE; }
p { color: rgb(248,166,206); }
H1.HeaderClassName
{
color: #F8A6CE;
}
.AnyTagClassName
{
color: #F8A6CE;
}
</style>
background-color css
<style>
a { background-color: #F8A6CE; }
a { background-color: rgb(248,166,206); }
div.DivClassName
{
background-color: #F8A6CE;
}
.BgClassName
{
background-color: #F8A6CE;
}
</style>
border-color css
<style>
span { border-color: #F8A6CE; }
span { border-color: rgb(248,166,206); }
td.TdClassName
{
border-color: #F8A6CE;
}
.TagClassName
{
border-color: #F8A6CE;
}
</style>