Shades of Lavender Pink #F8ADD0
Tints of Lavender Pink #F8ADD0
RGB
CMYK
RGB Variations
Color information
#F8ADD0 (or 0xF8ADD0) is known color: Lavender Pink. HEX triplet: F8, AD and D0. RGB value is (248,173,208). Sum of RGB (Red+Green+Blue) = 248+173+208=629 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.43% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ADD0 is #07522F. Grayscale: #C7C7C7. Windows color (decimal): -479792 or 13676024. OLE color: 13676024.
HSL color Cylindrical-coordinate representation of color #F8ADD0: hue angle of 332º 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 #F8ADD0 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 173 | 208 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.03 |
| HSL | 332º | 0.84% | 0.83% | - |
| HSV(B) | 332º | 0.3% | 0.97% | - |
| XYZ | 65.04 | 54.4 | 66.75 | - |
| YUV | 199.42 | 132.85 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 208 | 0 | 0.30 | 0.16 | 0.03 | 332 | 0.84 | 0.83 |
| Hex | F8 | AD | D0 | 0 | 1E | 10 | 3 | 14C | 54 | 53 |
| Octal | 370 | 255 | 320 | 0 | 36 | 20 | 3 | 514 | 124 | 123 |
| Binary | 11111000 | 10101101 | 11010000 | 0 | 11110 | 10000 | 11 | 101001100 | 1010100 | 1010011 |
Color Harmonies of #F8ADD0
Complementary color
Monochromatic Colors of #F8ADD0
Black with #F8ADD0
Text Example
Text Example
White with #F8ADD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ADD0; }
p { color: rgb(248,173,208); }
H1.HeaderClassName
{
color: #F8ADD0;
}
.AnyTagClassName
{
color: #F8ADD0;
}
</style>
background-color css
<style>
a { background-color: #F8ADD0; }
a { background-color: rgb(248,173,208); }
div.DivClassName
{
background-color: #F8ADD0;
}
.BgClassName
{
background-color: #F8ADD0;
}
</style>
border-color css
<style>
span { border-color: #F8ADD0; }
span { border-color: rgb(248,173,208); }
td.TdClassName
{
border-color: #F8ADD0;
}
.TagClassName
{
border-color: #F8ADD0;
}
</style>