Shades of Lavender Pink #FEA5D2
Tints of Lavender Pink #FEA5D2
RGB
CMYK
RGB Variations
Color information
#FEA5D2 (or 0xFEA5D2) is known color: Lavender Pink. HEX triplet: FE, A5 and D2. RGB value is (254,165,210). Sum of RGB (Red+Green+Blue) = 254+165+210=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 165 (64.84% from 255 or 26.23% from 629); Blue value is 210 (82.42% from 255 or 33.39% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA5D2 is #015A2D. Grayscale: #C4C4C4. Windows color (decimal): -88622 or 13805054. OLE color: 13805054.
HSL color Cylindrical-coordinate representation of color #FEA5D2: hue angle of 329.66º 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 #FEA5D2 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 210 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.00 |
| HSL | 329.66º | 0.98% | 0.82% | - |
| HSV(B) | 329.66º | 0.35% | 1% | - |
| XYZ | 65.96 | 52.63 | 67.66 | - |
| YUV | 196.74 | 135.49 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 210 | 0 | 0.35 | 0.17 | 0.00 | 329.66 | 0.98 | 0.82 |
| Hex | FE | A5 | D2 | 0 | 23 | 11 | 0 | 14A | 62 | 52 |
| Octal | 376 | 245 | 322 | 0 | 43 | 21 | 0 | 512 | 142 | 122 |
| Binary | 11111110 | 10100101 | 11010010 | 0 | 100011 | 10001 | 0 | 101001010 | 1100010 | 1010010 |
Color Harmonies of #FEA5D2
Complementary color
Monochromatic Colors of #FEA5D2
Black with #FEA5D2
Text Example
Text Example
White with #FEA5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA5D2; }
p { color: rgb(254,165,210); }
H1.HeaderClassName
{
color: #FEA5D2;
}
.AnyTagClassName
{
color: #FEA5D2;
}
</style>
background-color css
<style>
a { background-color: #FEA5D2; }
a { background-color: rgb(254,165,210); }
div.DivClassName
{
background-color: #FEA5D2;
}
.BgClassName
{
background-color: #FEA5D2;
}
</style>
border-color css
<style>
span { border-color: #FEA5D2; }
span { border-color: rgb(254,165,210); }
td.TdClassName
{
border-color: #FEA5D2;
}
.TagClassName
{
border-color: #FEA5D2;
}
</style>