Shades of Light Pink #FEA8B6
Tints of Light Pink #FEA8B6
RGB
CMYK
RGB Variations
Color information
#FEA8B6 (or 0xFEA8B6) is known color: Light Pink. HEX triplet: FE, A8 and B6. RGB value is (254,168,182). Sum of RGB (Red+Green+Blue) = 254+168+182=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 168 (66.02% from 255 or 27.81% from 604); Blue value is 182 (71.48% from 255 or 30.13% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8B6 is #015749. Grayscale: #C3C3C3. Windows color (decimal): -87882 or 11970814. OLE color: 11970814.
HSL color Cylindrical-coordinate representation of color #FEA8B6: hue angle of 350.23º 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 #FEA8B6 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 182 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.00 |
| HSL | 350.23º | 0.98% | 0.83% | - |
| HSV(B) | 350.23º | 0.34% | 1% | - |
| XYZ | 63.32 | 52.45 | 51.04 | - |
| YUV | 195.31 | 120.49 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 182 | 0 | 0.34 | 0.28 | 0.00 | 350.23 | 0.98 | 0.83 |
| Hex | FE | A8 | B6 | 0 | 22 | 1C | 0 | 15E | 62 | 53 |
| Octal | 376 | 250 | 266 | 0 | 42 | 34 | 0 | 536 | 142 | 123 |
| Binary | 11111110 | 10101000 | 10110110 | 0 | 100010 | 11100 | 0 | 101011110 | 1100010 | 1010011 |
Color Harmonies of #FEA8B6
Complementary color
Monochromatic Colors of #FEA8B6
Black with #FEA8B6
Text Example
Text Example
White with #FEA8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA8B6; }
p { color: rgb(254,168,182); }
H1.HeaderClassName
{
color: #FEA8B6;
}
.AnyTagClassName
{
color: #FEA8B6;
}
</style>
background-color css
<style>
a { background-color: #FEA8B6; }
a { background-color: rgb(254,168,182); }
div.DivClassName
{
background-color: #FEA8B6;
}
.BgClassName
{
background-color: #FEA8B6;
}
</style>
border-color css
<style>
span { border-color: #FEA8B6; }
span { border-color: rgb(254,168,182); }
td.TdClassName
{
border-color: #FEA8B6;
}
.TagClassName
{
border-color: #FEA8B6;
}
</style>