Shades of Light Pink #FEA4B7
Tints of Light Pink #FEA4B7
RGB
CMYK
RGB Variations
Color information
#FEA4B7 (or 0xFEA4B7) is known color: Light Pink. HEX triplet: FE, A4 and B7. RGB value is (254,164,183). Sum of RGB (Red+Green+Blue) = 254+164+183=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 164 (64.45% from 255 or 27.29% from 601); Blue value is 183 (71.88% from 255 or 30.45% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA4B7 is #015B48. Grayscale: #C1C1C1. Windows color (decimal): -88905 or 12035326. OLE color: 12035326.
HSL color Cylindrical-coordinate representation of color #FEA4B7: hue angle of 347.33º 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 #FEA4B7 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 183 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.00 |
| HSL | 347.33º | 0.98% | 0.82% | - |
| HSV(B) | 347.33º | 0.35% | 1% | - |
| XYZ | 62.7 | 51.04 | 51.35 | - |
| YUV | 193.08 | 122.32 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 183 | 0 | 0.35 | 0.28 | 0.00 | 347.33 | 0.98 | 0.82 |
| Hex | FE | A4 | B7 | 0 | 23 | 1C | 0 | 15B | 62 | 52 |
| Octal | 376 | 244 | 267 | 0 | 43 | 34 | 0 | 533 | 142 | 122 |
| Binary | 11111110 | 10100100 | 10110111 | 0 | 100011 | 11100 | 0 | 101011011 | 1100010 | 1010010 |
Color Harmonies of #FEA4B7
Complementary color
Monochromatic Colors of #FEA4B7
Black with #FEA4B7
Text Example
Text Example
White with #FEA4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA4B7; }
p { color: rgb(254,164,183); }
H1.HeaderClassName
{
color: #FEA4B7;
}
.AnyTagClassName
{
color: #FEA4B7;
}
</style>
background-color css
<style>
a { background-color: #FEA4B7; }
a { background-color: rgb(254,164,183); }
div.DivClassName
{
background-color: #FEA4B7;
}
.BgClassName
{
background-color: #FEA4B7;
}
</style>
border-color css
<style>
span { border-color: #FEA4B7; }
span { border-color: rgb(254,164,183); }
td.TdClassName
{
border-color: #FEA4B7;
}
.TagClassName
{
border-color: #FEA4B7;
}
</style>