Shades of Light Pink #FEA6B1
Tints of Light Pink #FEA6B1
RGB
CMYK
RGB Variations
Color information
#FEA6B1 (or 0xFEA6B1) is known color: Light Pink. HEX triplet: FE, A6 and B1. RGB value is (254,166,177). Sum of RGB (Red+Green+Blue) = 254+166+177=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 166 (65.23% from 255 or 27.81% from 597); Blue value is 177 (69.53% from 255 or 29.65% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA6B1 is #01594E. Grayscale: #C1C1C1. Windows color (decimal): -88399 or 11642622. OLE color: 11642622.
HSL color Cylindrical-coordinate representation of color #FEA6B1: hue angle of 352.5º 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 #FEA6B1 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 177 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.00 |
| HSL | 352.5º | 0.98% | 0.82% | - |
| HSV(B) | 352.5º | 0.35% | 1% | - |
| XYZ | 62.45 | 51.52 | 48.25 | - |
| YUV | 193.57 | 118.65 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 177 | 0 | 0.35 | 0.30 | 0.00 | 352.5 | 0.98 | 0.82 |
| Hex | FE | A6 | B1 | 0 | 23 | 1E | 0 | 160 | 62 | 52 |
| Octal | 376 | 246 | 261 | 0 | 43 | 36 | 0 | 540 | 142 | 122 |
| Binary | 11111110 | 10100110 | 10110001 | 0 | 100011 | 11110 | 0 | 101100000 | 1100010 | 1010010 |
Color Harmonies of #FEA6B1
Complementary color
Monochromatic Colors of #FEA6B1
Black with #FEA6B1
Text Example
Text Example
White with #FEA6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA6B1; }
p { color: rgb(254,166,177); }
H1.HeaderClassName
{
color: #FEA6B1;
}
.AnyTagClassName
{
color: #FEA6B1;
}
</style>
background-color css
<style>
a { background-color: #FEA6B1; }
a { background-color: rgb(254,166,177); }
div.DivClassName
{
background-color: #FEA6B1;
}
.BgClassName
{
background-color: #FEA6B1;
}
</style>
border-color css
<style>
span { border-color: #FEA6B1; }
span { border-color: rgb(254,166,177); }
td.TdClassName
{
border-color: #FEA6B1;
}
.TagClassName
{
border-color: #FEA6B1;
}
</style>