Shades of Lavender Pink #F8A9CC
Tints of Lavender Pink #F8A9CC
RGB
CMYK
RGB Variations
Color information
#F8A9CC (or 0xF8A9CC) is known color: Lavender Pink. HEX triplet: F8, A9 and CC. RGB value is (248,169,204). Sum of RGB (Red+Green+Blue) = 248+169+204=621 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.94% from 621); Green value is 169 (66.41% from 255 or 27.21% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A9CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A9CC is #075633. Grayscale: #C4C4C4. Windows color (decimal): -480820 or 13412856. OLE color: 13412856.
HSL color Cylindrical-coordinate representation of color #F8A9CC: hue angle of 333.42º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8A9CC is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 169 | 204 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.03 |
| HSL | 333.42º | 0.85% | 0.82% | - |
| HSV(B) | 333.42º | 0.32% | 0.97% | - |
| XYZ | 63.8 | 52.69 | 63.93 | - |
| YUV | 196.61 | 132.17 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 169 | 204 | 0 | 0.32 | 0.18 | 0.03 | 333.42 | 0.85 | 0.82 |
| Hex | F8 | A9 | CC | 0 | 20 | 12 | 3 | 14D | 55 | 52 |
| Octal | 370 | 251 | 314 | 0 | 40 | 22 | 3 | 515 | 125 | 122 |
| Binary | 11111000 | 10101001 | 11001100 | 0 | 100000 | 10010 | 11 | 101001101 | 1010101 | 1010010 |
Color Harmonies of #F8A9CC
Complementary color
Monochromatic Colors of #F8A9CC
Black with #F8A9CC
Text Example
Text Example
White with #F8A9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A9CC; }
p { color: rgb(248,169,204); }
H1.HeaderClassName
{
color: #F8A9CC;
}
.AnyTagClassName
{
color: #F8A9CC;
}
</style>
background-color css
<style>
a { background-color: #F8A9CC; }
a { background-color: rgb(248,169,204); }
div.DivClassName
{
background-color: #F8A9CC;
}
.BgClassName
{
background-color: #F8A9CC;
}
</style>
border-color css
<style>
span { border-color: #F8A9CC; }
span { border-color: rgb(248,169,204); }
td.TdClassName
{
border-color: #F8A9CC;
}
.TagClassName
{
border-color: #F8A9CC;
}
</style>