Shades of Lavender Pink #F4AEDB
Tints of Lavender Pink #F4AEDB
RGB
CMYK
RGB Variations
Color information
#F4AEDB (or 0xF4AEDB) is known color: Lavender Pink. HEX triplet: F4, AE and DB. RGB value is (244,174,219). Sum of RGB (Red+Green+Blue) = 244+174+219=637 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.30% from 637); Green value is 174 (68.36% from 255 or 27.32% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AEDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AEDB is #0B5124. Grayscale: #C7C7C7. Windows color (decimal): -741669 or 14397172. OLE color: 14397172.
HSL color Cylindrical-coordinate representation of color #F4AEDB: hue angle of 321.43º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4AEDB is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 174 | 219 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.04 |
| HSL | 321.43º | 0.76% | 0.82% | - |
| HSV(B) | 321.43º | 0.29% | 0.96% | - |
| XYZ | 65.23 | 54.62 | 74.12 | - |
| YUV | 200.06 | 138.69 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 174 | 219 | 0 | 0.29 | 0.10 | 0.04 | 321.43 | 0.76 | 0.82 |
| Hex | F4 | AE | DB | 0 | 1D | A | 4 | 141 | 4C | 52 |
| Octal | 364 | 256 | 333 | 0 | 35 | 12 | 4 | 501 | 114 | 122 |
| Binary | 11110100 | 10101110 | 11011011 | 0 | 11101 | 1010 | 100 | 101000001 | 1001100 | 1010010 |
Color Harmonies of #F4AEDB
Complementary color
Monochromatic Colors of #F4AEDB
Black with #F4AEDB
Text Example
Text Example
White with #F4AEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AEDB; }
p { color: rgb(244,174,219); }
H1.HeaderClassName
{
color: #F4AEDB;
}
.AnyTagClassName
{
color: #F4AEDB;
}
</style>
background-color css
<style>
a { background-color: #F4AEDB; }
a { background-color: rgb(244,174,219); }
div.DivClassName
{
background-color: #F4AEDB;
}
.BgClassName
{
background-color: #F4AEDB;
}
</style>
border-color css
<style>
span { border-color: #F4AEDB; }
span { border-color: rgb(244,174,219); }
td.TdClassName
{
border-color: #F4AEDB;
}
.TagClassName
{
border-color: #F4AEDB;
}
</style>