Shades of Lavender Pink #FEA5D8
Tints of Lavender Pink #FEA5D8
RGB
CMYK
RGB Variations
Color information
#FEA5D8 (or 0xFEA5D8) is known color: Lavender Pink. HEX triplet: FE, A5 and D8. RGB value is (254,165,216). Sum of RGB (Red+Green+Blue) = 254+165+216=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 165 (64.84% from 255 or 25.98% from 635); Blue value is 216 (84.77% from 255 or 34.02% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA5D8 is #015A27. Grayscale: #C5C5C5. Windows color (decimal): -88616 or 14198270. OLE color: 14198270.
HSL color Cylindrical-coordinate representation of color #FEA5D8: hue angle of 325.62º 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 #FEA5D8 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 216 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.00 |
| HSL | 325.62º | 0.98% | 0.82% | - |
| HSV(B) | 325.62º | 0.35% | 1% | - |
| XYZ | 66.72 | 52.94 | 71.67 | - |
| YUV | 197.43 | 138.49 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 216 | 0 | 0.35 | 0.15 | 0.00 | 325.62 | 0.98 | 0.82 |
| Hex | FE | A5 | D8 | 0 | 23 | F | 0 | 146 | 62 | 52 |
| Octal | 376 | 245 | 330 | 0 | 43 | 17 | 0 | 506 | 142 | 122 |
| Binary | 11111110 | 10100101 | 11011000 | 0 | 100011 | 1111 | 0 | 101000110 | 1100010 | 1010010 |
Color Harmonies of #FEA5D8
Complementary color
Monochromatic Colors of #FEA5D8
Black with #FEA5D8
Text Example
Text Example
White with #FEA5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA5D8; }
p { color: rgb(254,165,216); }
H1.HeaderClassName
{
color: #FEA5D8;
}
.AnyTagClassName
{
color: #FEA5D8;
}
</style>
background-color css
<style>
a { background-color: #FEA5D8; }
a { background-color: rgb(254,165,216); }
div.DivClassName
{
background-color: #FEA5D8;
}
.BgClassName
{
background-color: #FEA5D8;
}
</style>
border-color css
<style>
span { border-color: #FEA5D8; }
span { border-color: rgb(254,165,216); }
td.TdClassName
{
border-color: #FEA5D8;
}
.TagClassName
{
border-color: #FEA5D8;
}
</style>