Shades of Light Pink #FEA4B6
Tints of Light Pink #FEA4B6
RGB
CMYK
RGB Variations
Color information
#FEA4B6 (or 0xFEA4B6) is known color: Light Pink. HEX triplet: FE, A4 and B6. RGB value is (254,164,182). Sum of RGB (Red+Green+Blue) = 254+164+182=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 164 (64.45% from 255 or 27.33% from 600); Blue value is 182 (71.48% from 255 or 30.33% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA4B6 is #015B49. Grayscale: #C0C0C0. Windows color (decimal): -88906 or 11969790. OLE color: 11969790.
HSL color Cylindrical-coordinate representation of color #FEA4B6: hue angle of 348º 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 #FEA4B6 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 182 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.00 |
| HSL | 348º | 0.98% | 0.82% | - |
| HSV(B) | 348º | 0.35% | 1% | - |
| XYZ | 62.59 | 51 | 50.8 | - |
| YUV | 192.96 | 121.82 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 182 | 0 | 0.35 | 0.28 | 0.00 | 348 | 0.98 | 0.82 |
| Hex | FE | A4 | B6 | 0 | 23 | 1C | 0 | 15C | 62 | 52 |
| Octal | 376 | 244 | 266 | 0 | 43 | 34 | 0 | 534 | 142 | 122 |
| Binary | 11111110 | 10100100 | 10110110 | 0 | 100011 | 11100 | 0 | 101011100 | 1100010 | 1010010 |
Color Harmonies of #FEA4B6
Complementary color
Monochromatic Colors of #FEA4B6
Black with #FEA4B6
Text Example
Text Example
White with #FEA4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA4B6; }
p { color: rgb(254,164,182); }
H1.HeaderClassName
{
color: #FEA4B6;
}
.AnyTagClassName
{
color: #FEA4B6;
}
</style>
background-color css
<style>
a { background-color: #FEA4B6; }
a { background-color: rgb(254,164,182); }
div.DivClassName
{
background-color: #FEA4B6;
}
.BgClassName
{
background-color: #FEA4B6;
}
</style>
border-color css
<style>
span { border-color: #FEA4B6; }
span { border-color: rgb(254,164,182); }
td.TdClassName
{
border-color: #FEA4B6;
}
.TagClassName
{
border-color: #FEA4B6;
}
</style>