Shades of Lavender Pink #F8ADD2
Tints of Lavender Pink #F8ADD2
RGB
CMYK
RGB Variations
Color information
#F8ADD2 (or 0xF8ADD2) is known color: Lavender Pink. HEX triplet: F8, AD and D2. RGB value is (248,173,210). Sum of RGB (Red+Green+Blue) = 248+173+210=631 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.30% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 210 (82.42% from 255 or 33.28% from 631); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ADD2 is #07522D. Grayscale: #C7C7C7. Windows color (decimal): -479790 or 13807096. OLE color: 13807096.
HSL color Cylindrical-coordinate representation of color #F8ADD2: hue angle of 330.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 #F8ADD2 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 173 | 210 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.03 |
| HSL | 330.4º | 0.84% | 0.83% | - |
| HSV(B) | 330.4º | 0.3% | 0.97% | - |
| XYZ | 65.29 | 54.5 | 68.05 | - |
| YUV | 199.64 | 133.85 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 210 | 0 | 0.30 | 0.15 | 0.03 | 330.4 | 0.84 | 0.83 |
| Hex | F8 | AD | D2 | 0 | 1E | F | 3 | 14A | 54 | 53 |
| Octal | 370 | 255 | 322 | 0 | 36 | 17 | 3 | 512 | 124 | 123 |
| Binary | 11111000 | 10101101 | 11010010 | 0 | 11110 | 1111 | 11 | 101001010 | 1010100 | 1010011 |
Color Harmonies of #F8ADD2
Complementary color
Monochromatic Colors of #F8ADD2
Black with #F8ADD2
Text Example
Text Example
White with #F8ADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ADD2; }
p { color: rgb(248,173,210); }
H1.HeaderClassName
{
color: #F8ADD2;
}
.AnyTagClassName
{
color: #F8ADD2;
}
</style>
background-color css
<style>
a { background-color: #F8ADD2; }
a { background-color: rgb(248,173,210); }
div.DivClassName
{
background-color: #F8ADD2;
}
.BgClassName
{
background-color: #F8ADD2;
}
</style>
border-color css
<style>
span { border-color: #F8ADD2; }
span { border-color: rgb(248,173,210); }
td.TdClassName
{
border-color: #F8ADD2;
}
.TagClassName
{
border-color: #F8ADD2;
}
</style>