Shades of Lavender Pink #F7AEDB
Tints of Lavender Pink #F7AEDB
RGB
CMYK
RGB Variations
Color information
#F7AEDB (or 0xF7AEDB) is known color: Lavender Pink. HEX triplet: F7, AE and DB. RGB value is (247,174,219). Sum of RGB (Red+Green+Blue) = 247+174+219=640 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.59% from 640); Green value is 174 (68.36% from 255 or 27.19% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AEDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AEDB is #085124. Grayscale: #C8C8C8. Windows color (decimal): -545061 or 14397175. OLE color: 14397175.
HSL color Cylindrical-coordinate representation of color #F7AEDB: hue angle of 323.01º degrees, saturation: 0.82, 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 #F7AEDB is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 174 | 219 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.03 |
| HSL | 323.01º | 0.82% | 0.83% | - |
| HSV(B) | 323.01º | 0.3% | 0.97% | - |
| XYZ | 66.28 | 55.16 | 74.17 | - |
| YUV | 200.96 | 138.18 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 174 | 219 | 0 | 0.30 | 0.11 | 0.03 | 323.01 | 0.82 | 0.83 |
| Hex | F7 | AE | DB | 0 | 1E | B | 3 | 143 | 52 | 53 |
| Octal | 367 | 256 | 333 | 0 | 36 | 13 | 3 | 503 | 122 | 123 |
| Binary | 11110111 | 10101110 | 11011011 | 0 | 11110 | 1011 | 11 | 101000011 | 1010010 | 1010011 |
Color Harmonies of #F7AEDB
Complementary color
Monochromatic Colors of #F7AEDB
Black with #F7AEDB
Text Example
Text Example
White with #F7AEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AEDB; }
p { color: rgb(247,174,219); }
H1.HeaderClassName
{
color: #F7AEDB;
}
.AnyTagClassName
{
color: #F7AEDB;
}
</style>
background-color css
<style>
a { background-color: #F7AEDB; }
a { background-color: rgb(247,174,219); }
div.DivClassName
{
background-color: #F7AEDB;
}
.BgClassName
{
background-color: #F7AEDB;
}
</style>
border-color css
<style>
span { border-color: #F7AEDB; }
span { border-color: rgb(247,174,219); }
td.TdClassName
{
border-color: #F7AEDB;
}
.TagClassName
{
border-color: #F7AEDB;
}
</style>