Shades of Lavender Pink #F7ADD4
Tints of Lavender Pink #F7ADD4
RGB
CMYK
RGB Variations
Color information
#F7ADD4 (or 0xF7ADD4) is known color: Lavender Pink. HEX triplet: F7, AD and D4. RGB value is (247,173,212). Sum of RGB (Red+Green+Blue) = 247+173+212=632 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.08% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 212 (83.20% from 255 or 33.54% from 632); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ADD4 is #08522B. Grayscale: #C7C7C7. Windows color (decimal): -545324 or 13938167. OLE color: 13938167.
HSL color Cylindrical-coordinate representation of color #F7ADD4: hue angle of 328.38º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7ADD4 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 173 | 212 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.03 |
| HSL | 328.38º | 0.82% | 0.82% | - |
| HSV(B) | 328.38º | 0.3% | 0.97% | - |
| XYZ | 65.19 | 54.41 | 69.35 | - |
| YUV | 199.57 | 135.02 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 173 | 212 | 0 | 0.30 | 0.14 | 0.03 | 328.38 | 0.82 | 0.82 |
| Hex | F7 | AD | D4 | 0 | 1E | E | 3 | 148 | 52 | 52 |
| Octal | 367 | 255 | 324 | 0 | 36 | 16 | 3 | 510 | 122 | 122 |
| Binary | 11110111 | 10101101 | 11010100 | 0 | 11110 | 1110 | 11 | 101001000 | 1010010 | 1010010 |
Color Harmonies of #F7ADD4
Complementary color
Monochromatic Colors of #F7ADD4
Black with #F7ADD4
Text Example
Text Example
White with #F7ADD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ADD4; }
p { color: rgb(247,173,212); }
H1.HeaderClassName
{
color: #F7ADD4;
}
.AnyTagClassName
{
color: #F7ADD4;
}
</style>
background-color css
<style>
a { background-color: #F7ADD4; }
a { background-color: rgb(247,173,212); }
div.DivClassName
{
background-color: #F7ADD4;
}
.BgClassName
{
background-color: #F7ADD4;
}
</style>
border-color css
<style>
span { border-color: #F7ADD4; }
span { border-color: rgb(247,173,212); }
td.TdClassName
{
border-color: #F7ADD4;
}
.TagClassName
{
border-color: #F7ADD4;
}
</style>