Shades of Lavender Pink #F8AACD
Tints of Lavender Pink #F8AACD
RGB
CMYK
RGB Variations
Color information
#F8AACD (or 0xF8AACD) is known color: Lavender Pink. HEX triplet: F8, AA and CD. RGB value is (248,170,205). Sum of RGB (Red+Green+Blue) = 248+170+205=623 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.81% from 623); Green value is 170 (66.80% from 255 or 27.29% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AACD is #075532. Grayscale: #C5C5C5. Windows color (decimal): -480563 or 13478648. OLE color: 13478648.
HSL color Cylindrical-coordinate representation of color #F8AACD: hue angle of 333.08º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8AACD is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 170 | 205 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.03 |
| HSL | 333.08º | 0.85% | 0.82% | - |
| HSV(B) | 333.08º | 0.31% | 0.97% | - |
| XYZ | 64.11 | 53.11 | 64.63 | - |
| YUV | 197.31 | 132.34 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 170 | 205 | 0 | 0.31 | 0.17 | 0.03 | 333.08 | 0.85 | 0.82 |
| Hex | F8 | AA | CD | 0 | 1F | 11 | 3 | 14D | 55 | 52 |
| Octal | 370 | 252 | 315 | 0 | 37 | 21 | 3 | 515 | 125 | 122 |
| Binary | 11111000 | 10101010 | 11001101 | 0 | 11111 | 10001 | 11 | 101001101 | 1010101 | 1010010 |
Color Harmonies of #F8AACD
Complementary color
Monochromatic Colors of #F8AACD
Black with #F8AACD
Text Example
Text Example
White with #F8AACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AACD; }
p { color: rgb(248,170,205); }
H1.HeaderClassName
{
color: #F8AACD;
}
.AnyTagClassName
{
color: #F8AACD;
}
</style>
background-color css
<style>
a { background-color: #F8AACD; }
a { background-color: rgb(248,170,205); }
div.DivClassName
{
background-color: #F8AACD;
}
.BgClassName
{
background-color: #F8AACD;
}
</style>
border-color css
<style>
span { border-color: #F8AACD; }
span { border-color: rgb(248,170,205); }
td.TdClassName
{
border-color: #F8AACD;
}
.TagClassName
{
border-color: #F8AACD;
}
</style>