Shades of Lavender Pink #F8ADD5
Tints of Lavender Pink #F8ADD5
RGB
CMYK
RGB Variations
Color information
#F8ADD5 (or 0xF8ADD5) is known color: Lavender Pink. HEX triplet: F8, AD and D5. RGB value is (248,173,213). Sum of RGB (Red+Green+Blue) = 248+173+213=634 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.12% from 634); Green value is 173 (67.97% from 255 or 27.29% from 634); Blue value is 213 (83.59% from 255 or 33.60% from 634); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ADD5 is #07522A. Grayscale: #C7C7C7. Windows color (decimal): -479787 or 14003704. OLE color: 14003704.
HSL color Cylindrical-coordinate representation of color #F8ADD5: hue angle of 328º 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 #F8ADD5 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 173 | 213 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.03 |
| HSL | 328º | 0.84% | 0.83% | - |
| HSV(B) | 328º | 0.3% | 0.97% | - |
| XYZ | 65.67 | 54.65 | 70.04 | - |
| YUV | 199.99 | 135.35 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 213 | 0 | 0.30 | 0.14 | 0.03 | 328 | 0.84 | 0.83 |
| Hex | F8 | AD | D5 | 0 | 1E | E | 3 | 148 | 54 | 53 |
| Octal | 370 | 255 | 325 | 0 | 36 | 16 | 3 | 510 | 124 | 123 |
| Binary | 11111000 | 10101101 | 11010101 | 0 | 11110 | 1110 | 11 | 101001000 | 1010100 | 1010011 |
Color Harmonies of #F8ADD5
Complementary color
Monochromatic Colors of #F8ADD5
Black with #F8ADD5
Text Example
Text Example
White with #F8ADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ADD5; }
p { color: rgb(248,173,213); }
H1.HeaderClassName
{
color: #F8ADD5;
}
.AnyTagClassName
{
color: #F8ADD5;
}
</style>
background-color css
<style>
a { background-color: #F8ADD5; }
a { background-color: rgb(248,173,213); }
div.DivClassName
{
background-color: #F8ADD5;
}
.BgClassName
{
background-color: #F8ADD5;
}
</style>
border-color css
<style>
span { border-color: #F8ADD5; }
span { border-color: rgb(248,173,213); }
td.TdClassName
{
border-color: #F8ADD5;
}
.TagClassName
{
border-color: #F8ADD5;
}
</style>