Shades of Lavender Pink #F8ADCD
Tints of Lavender Pink #F8ADCD
RGB
CMYK
RGB Variations
Color information
#F8ADCD (or 0xF8ADCD) is known color: Lavender Pink. HEX triplet: F8, AD and CD. RGB value is (248,173,205). Sum of RGB (Red+Green+Blue) = 248+173+205=626 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.62% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ADCD is #075232. Grayscale: #C7C7C7. Windows color (decimal): -479795 or 13479416. OLE color: 13479416.
HSL color Cylindrical-coordinate representation of color #F8ADCD: hue angle of 334.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 #F8ADCD is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 173 | 205 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.03 |
| HSL | 334.4º | 0.84% | 0.83% | - |
| HSV(B) | 334.4º | 0.3% | 0.97% | - |
| XYZ | 64.67 | 54.25 | 64.82 | - |
| YUV | 199.07 | 131.35 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 205 | 0 | 0.30 | 0.17 | 0.03 | 334.4 | 0.84 | 0.83 |
| Hex | F8 | AD | CD | 0 | 1E | 11 | 3 | 14E | 54 | 53 |
| Octal | 370 | 255 | 315 | 0 | 36 | 21 | 3 | 516 | 124 | 123 |
| Binary | 11111000 | 10101101 | 11001101 | 0 | 11110 | 10001 | 11 | 101001110 | 1010100 | 1010011 |
Color Harmonies of #F8ADCD
Complementary color
Monochromatic Colors of #F8ADCD
Black with #F8ADCD
Text Example
Text Example
White with #F8ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ADCD; }
p { color: rgb(248,173,205); }
H1.HeaderClassName
{
color: #F8ADCD;
}
.AnyTagClassName
{
color: #F8ADCD;
}
</style>
background-color css
<style>
a { background-color: #F8ADCD; }
a { background-color: rgb(248,173,205); }
div.DivClassName
{
background-color: #F8ADCD;
}
.BgClassName
{
background-color: #F8ADCD;
}
</style>
border-color css
<style>
span { border-color: #F8ADCD; }
span { border-color: rgb(248,173,205); }
td.TdClassName
{
border-color: #F8ADCD;
}
.TagClassName
{
border-color: #F8ADCD;
}
</style>