Shades of Lavender Pink #FEA5D5
Tints of Lavender Pink #FEA5D5
RGB
CMYK
RGB Variations
Color information
#FEA5D5 (or 0xFEA5D5) is known color: Lavender Pink. HEX triplet: FE, A5 and D5. RGB value is (254,165,213). Sum of RGB (Red+Green+Blue) = 254+165+213=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 165 (64.84% from 255 or 26.11% from 632); Blue value is 213 (83.59% from 255 or 33.70% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA5D5 is #015A2A. Grayscale: #C4C4C4. Windows color (decimal): -88619 or 14001662. OLE color: 14001662.
HSL color Cylindrical-coordinate representation of color #FEA5D5: hue angle of 327.64º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEA5D5 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 213 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.00 |
| HSL | 327.64º | 0.98% | 0.82% | - |
| HSV(B) | 327.64º | 0.35% | 1% | - |
| XYZ | 66.34 | 52.79 | 69.64 | - |
| YUV | 197.08 | 136.99 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 213 | 0 | 0.35 | 0.16 | 0.00 | 327.64 | 0.98 | 0.82 |
| Hex | FE | A5 | D5 | 0 | 23 | 10 | 0 | 148 | 62 | 52 |
| Octal | 376 | 245 | 325 | 0 | 43 | 20 | 0 | 510 | 142 | 122 |
| Binary | 11111110 | 10100101 | 11010101 | 0 | 100011 | 10000 | 0 | 101001000 | 1100010 | 1010010 |
Color Harmonies of #FEA5D5
Complementary color
Monochromatic Colors of #FEA5D5
Black with #FEA5D5
Text Example
Text Example
White with #FEA5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA5D5; }
p { color: rgb(254,165,213); }
H1.HeaderClassName
{
color: #FEA5D5;
}
.AnyTagClassName
{
color: #FEA5D5;
}
</style>
background-color css
<style>
a { background-color: #FEA5D5; }
a { background-color: rgb(254,165,213); }
div.DivClassName
{
background-color: #FEA5D5;
}
.BgClassName
{
background-color: #FEA5D5;
}
</style>
border-color css
<style>
span { border-color: #FEA5D5; }
span { border-color: rgb(254,165,213); }
td.TdClassName
{
border-color: #FEA5D5;
}
.TagClassName
{
border-color: #FEA5D5;
}
</style>