Shades of Lavender Pink #F8ADDC
Tints of Lavender Pink #F8ADDC
RGB
CMYK
RGB Variations
Color information
#F8ADDC (or 0xF8ADDC) is known color: Lavender Pink. HEX triplet: F8, AD and DC. RGB value is (248,173,220). Sum of RGB (Red+Green+Blue) = 248+173+220=641 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.69% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ADDC is #075223. Grayscale: #C8C8C8. Windows color (decimal): -479780 or 14462456. OLE color: 14462456.
HSL color Cylindrical-coordinate representation of color #F8ADDC: hue angle of 322.4º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8ADDC is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 173 | 220 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.03 |
| HSL | 322.4º | 0.84% | 0.83% | - |
| HSV(B) | 322.4º | 0.3% | 0.97% | - |
| XYZ | 66.57 | 55.01 | 74.82 | - |
| YUV | 200.78 | 138.85 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 220 | 0 | 0.30 | 0.11 | 0.03 | 322.4 | 0.84 | 0.83 |
| Hex | F8 | AD | DC | 0 | 1E | B | 3 | 142 | 54 | 53 |
| Octal | 370 | 255 | 334 | 0 | 36 | 13 | 3 | 502 | 124 | 123 |
| Binary | 11111000 | 10101101 | 11011100 | 0 | 11110 | 1011 | 11 | 101000010 | 1010100 | 1010011 |
Color Harmonies of #F8ADDC
Complementary color
Monochromatic Colors of #F8ADDC
Black with #F8ADDC
Text Example
Text Example
White with #F8ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ADDC; }
p { color: rgb(248,173,220); }
H1.HeaderClassName
{
color: #F8ADDC;
}
.AnyTagClassName
{
color: #F8ADDC;
}
</style>
background-color css
<style>
a { background-color: #F8ADDC; }
a { background-color: rgb(248,173,220); }
div.DivClassName
{
background-color: #F8ADDC;
}
.BgClassName
{
background-color: #F8ADDC;
}
</style>
border-color css
<style>
span { border-color: #F8ADDC; }
span { border-color: rgb(248,173,220); }
td.TdClassName
{
border-color: #F8ADDC;
}
.TagClassName
{
border-color: #F8ADDC;
}
</style>