Shades of Lavender Pink #FEA7D3
Tints of Lavender Pink #FEA7D3
RGB
CMYK
RGB Variations
Color information
#FEA7D3 (or 0xFEA7D3) is known color: Lavender Pink. HEX triplet: FE, A7 and D3. RGB value is (254,167,211). Sum of RGB (Red+Green+Blue) = 254+167+211=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 167 (65.62% from 255 or 26.42% from 632); Blue value is 211 (82.81% from 255 or 33.39% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA7D3 is #01582C. Grayscale: #C5C5C5. Windows color (decimal): -88109 or 13871102. OLE color: 13871102.
HSL color Cylindrical-coordinate representation of color #FEA7D3: hue angle of 329.66º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEA7D3 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 211 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.00 |
| HSL | 329.66º | 0.98% | 0.83% | - |
| HSV(B) | 329.66º | 0.34% | 1% | - |
| XYZ | 66.45 | 53.41 | 68.44 | - |
| YUV | 198.03 | 135.32 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 211 | 0 | 0.34 | 0.17 | 0.00 | 329.66 | 0.98 | 0.83 |
| Hex | FE | A7 | D3 | 0 | 22 | 11 | 0 | 14A | 62 | 53 |
| Octal | 376 | 247 | 323 | 0 | 42 | 21 | 0 | 512 | 142 | 123 |
| Binary | 11111110 | 10100111 | 11010011 | 0 | 100010 | 10001 | 0 | 101001010 | 1100010 | 1010011 |
Color Harmonies of #FEA7D3
Complementary color
Monochromatic Colors of #FEA7D3
Black with #FEA7D3
Text Example
Text Example
White with #FEA7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA7D3; }
p { color: rgb(254,167,211); }
H1.HeaderClassName
{
color: #FEA7D3;
}
.AnyTagClassName
{
color: #FEA7D3;
}
</style>
background-color css
<style>
a { background-color: #FEA7D3; }
a { background-color: rgb(254,167,211); }
div.DivClassName
{
background-color: #FEA7D3;
}
.BgClassName
{
background-color: #FEA7D3;
}
</style>
border-color css
<style>
span { border-color: #FEA7D3; }
span { border-color: rgb(254,167,211); }
td.TdClassName
{
border-color: #FEA7D3;
}
.TagClassName
{
border-color: #FEA7D3;
}
</style>