Shades of Lavender Pink #F8A8CC
Tints of Lavender Pink #F8A8CC
RGB
CMYK
RGB Variations
Color information
#F8A8CC (or 0xF8A8CC) is known color: Lavender Pink. HEX triplet: F8, A8 and CC. RGB value is (248,168,204). Sum of RGB (Red+Green+Blue) = 248+168+204=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 168 (66.02% from 255 or 27.10% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A8CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A8CC is #075733. Grayscale: #C3C3C3. Windows color (decimal): -481076 or 13412600. OLE color: 13412600.
HSL color Cylindrical-coordinate representation of color #F8A8CC: hue angle of 333º 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 #F8A8CC is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 204 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.03 |
| HSL | 333º | 0.85% | 0.82% | - |
| HSV(B) | 333º | 0.32% | 0.97% | - |
| XYZ | 63.61 | 52.32 | 63.87 | - |
| YUV | 196.02 | 132.5 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 204 | 0 | 0.32 | 0.18 | 0.03 | 333 | 0.85 | 0.82 |
| Hex | F8 | A8 | CC | 0 | 20 | 12 | 3 | 14D | 55 | 52 |
| Octal | 370 | 250 | 314 | 0 | 40 | 22 | 3 | 515 | 125 | 122 |
| Binary | 11111000 | 10101000 | 11001100 | 0 | 100000 | 10010 | 11 | 101001101 | 1010101 | 1010010 |
Color Harmonies of #F8A8CC
Complementary color
Monochromatic Colors of #F8A8CC
Black with #F8A8CC
Text Example
Text Example
White with #F8A8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A8CC; }
p { color: rgb(248,168,204); }
H1.HeaderClassName
{
color: #F8A8CC;
}
.AnyTagClassName
{
color: #F8A8CC;
}
</style>
background-color css
<style>
a { background-color: #F8A8CC; }
a { background-color: rgb(248,168,204); }
div.DivClassName
{
background-color: #F8A8CC;
}
.BgClassName
{
background-color: #F8A8CC;
}
</style>
border-color css
<style>
span { border-color: #F8A8CC; }
span { border-color: rgb(248,168,204); }
td.TdClassName
{
border-color: #F8A8CC;
}
.TagClassName
{
border-color: #F8A8CC;
}
</style>