Shades of Lavender Pink #FEAFDB
Tints of Lavender Pink #FEAFDB
RGB
CMYK
RGB Variations
Color information
#FEAFDB (or 0xFEAFDB) is known color: Lavender Pink. HEX triplet: FE, AF and DB. RGB value is (254,175,219). Sum of RGB (Red+Green+Blue) = 254+175+219=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 175 (68.75% from 255 or 27.01% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAFDB is #015024. Grayscale: #CBCBCB. Windows color (decimal): -86053 or 14397438. OLE color: 14397438.
HSL color Cylindrical-coordinate representation of color #FEAFDB: hue angle of 326.58º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEAFDB is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 175 | 219 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.00 |
| HSL | 326.58º | 0.98% | 0.84% | - |
| HSV(B) | 326.58º | 0.31% | 1% | - |
| XYZ | 68.99 | 56.85 | 74.35 | - |
| YUV | 203.64 | 136.67 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 175 | 219 | 0 | 0.31 | 0.14 | 0.00 | 326.58 | 0.98 | 0.84 |
| Hex | FE | AF | DB | 0 | 1F | E | 0 | 147 | 62 | 54 |
| Octal | 376 | 257 | 333 | 0 | 37 | 16 | 0 | 507 | 142 | 124 |
| Binary | 11111110 | 10101111 | 11011011 | 0 | 11111 | 1110 | 0 | 101000111 | 1100010 | 1010100 |
Color Harmonies of #FEAFDB
Complementary color
Monochromatic Colors of #FEAFDB
Black with #FEAFDB
Text Example
Text Example
White with #FEAFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAFDB; }
p { color: rgb(254,175,219); }
H1.HeaderClassName
{
color: #FEAFDB;
}
.AnyTagClassName
{
color: #FEAFDB;
}
</style>
background-color css
<style>
a { background-color: #FEAFDB; }
a { background-color: rgb(254,175,219); }
div.DivClassName
{
background-color: #FEAFDB;
}
.BgClassName
{
background-color: #FEAFDB;
}
</style>
border-color css
<style>
span { border-color: #FEAFDB; }
span { border-color: rgb(254,175,219); }
td.TdClassName
{
border-color: #FEAFDB;
}
.TagClassName
{
border-color: #FEAFDB;
}
</style>