Shades of Light Pink #FEA9BC
Tints of Light Pink #FEA9BC
RGB
CMYK
RGB Variations
Color information
#FEA9BC (or 0xFEA9BC) is known color: Light Pink. HEX triplet: FE, A9 and BC. RGB value is (254,169,188). Sum of RGB (Red+Green+Blue) = 254+169+188=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 169 (66.41% from 255 or 27.66% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA9BC is #015643. Grayscale: #C4C4C4. Windows color (decimal): -87620 or 12364286. OLE color: 12364286.
HSL color Cylindrical-coordinate representation of color #FEA9BC: hue angle of 346.59º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEA9BC is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 188 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.00 |
| HSL | 346.59º | 0.98% | 0.83% | - |
| HSV(B) | 346.59º | 0.33% | 1% | - |
| XYZ | 64.14 | 53.08 | 54.44 | - |
| YUV | 196.58 | 123.16 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 188 | 0 | 0.33 | 0.26 | 0.00 | 346.59 | 0.98 | 0.83 |
| Hex | FE | A9 | BC | 0 | 21 | 1A | 0 | 15B | 62 | 53 |
| Octal | 376 | 251 | 274 | 0 | 41 | 32 | 0 | 533 | 142 | 123 |
| Binary | 11111110 | 10101001 | 10111100 | 0 | 100001 | 11010 | 0 | 101011011 | 1100010 | 1010011 |
Color Harmonies of #FEA9BC
Complementary color
Monochromatic Colors of #FEA9BC
Black with #FEA9BC
Text Example
Text Example
White with #FEA9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA9BC; }
p { color: rgb(254,169,188); }
H1.HeaderClassName
{
color: #FEA9BC;
}
.AnyTagClassName
{
color: #FEA9BC;
}
</style>
background-color css
<style>
a { background-color: #FEA9BC; }
a { background-color: rgb(254,169,188); }
div.DivClassName
{
background-color: #FEA9BC;
}
.BgClassName
{
background-color: #FEA9BC;
}
</style>
border-color css
<style>
span { border-color: #FEA9BC; }
span { border-color: rgb(254,169,188); }
td.TdClassName
{
border-color: #FEA9BC;
}
.TagClassName
{
border-color: #FEA9BC;
}
</style>