Shades of Lavender Pink #F8ADD1
Tints of Lavender Pink #F8ADD1
RGB
CMYK
RGB Variations
Color information
#F8ADD1 (or 0xF8ADD1) is known color: Lavender Pink. HEX triplet: F8, AD and D1. RGB value is (248,173,209). Sum of RGB (Red+Green+Blue) = 248+173+209=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 209 (82.03% from 255 or 33.17% from 630); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ADD1 is #07522E. Grayscale: #C7C7C7. Windows color (decimal): -479791 or 13741560. OLE color: 13741560.
HSL color Cylindrical-coordinate representation of color #F8ADD1: hue angle of 331.2º 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 #F8ADD1 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 173 | 209 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.03 |
| HSL | 331.2º | 0.84% | 0.83% | - |
| HSV(B) | 331.2º | 0.3% | 0.97% | - |
| XYZ | 65.16 | 54.45 | 67.4 | - |
| YUV | 199.53 | 133.35 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 209 | 0 | 0.30 | 0.16 | 0.03 | 331.2 | 0.84 | 0.83 |
| Hex | F8 | AD | D1 | 0 | 1E | 10 | 3 | 14B | 54 | 53 |
| Octal | 370 | 255 | 321 | 0 | 36 | 20 | 3 | 513 | 124 | 123 |
| Binary | 11111000 | 10101101 | 11010001 | 0 | 11110 | 10000 | 11 | 101001011 | 1010100 | 1010011 |
Color Harmonies of #F8ADD1
Complementary color
Monochromatic Colors of #F8ADD1
Black with #F8ADD1
Text Example
Text Example
White with #F8ADD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ADD1; }
p { color: rgb(248,173,209); }
H1.HeaderClassName
{
color: #F8ADD1;
}
.AnyTagClassName
{
color: #F8ADD1;
}
</style>
background-color css
<style>
a { background-color: #F8ADD1; }
a { background-color: rgb(248,173,209); }
div.DivClassName
{
background-color: #F8ADD1;
}
.BgClassName
{
background-color: #F8ADD1;
}
</style>
border-color css
<style>
span { border-color: #F8ADD1; }
span { border-color: rgb(248,173,209); }
td.TdClassName
{
border-color: #F8ADD1;
}
.TagClassName
{
border-color: #F8ADD1;
}
</style>