Shades of Light Pink #FEA8B9
Tints of Light Pink #FEA8B9
RGB
CMYK
RGB Variations
Color information
#FEA8B9 (or 0xFEA8B9) is known color: Light Pink. HEX triplet: FE, A8 and B9. RGB value is (254,168,185). Sum of RGB (Red+Green+Blue) = 254+168+185=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 168 (66.02% from 255 or 27.68% from 607); Blue value is 185 (72.66% from 255 or 30.48% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8B9 is #015746. Grayscale: #C3C3C3. Windows color (decimal): -87879 or 12167422. OLE color: 12167422.
HSL color Cylindrical-coordinate representation of color #FEA8B9: hue angle of 348.14º 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 #FEA8B9 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 185 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.00 |
| HSL | 348.14º | 0.98% | 0.83% | - |
| HSV(B) | 348.14º | 0.34% | 1% | - |
| XYZ | 63.63 | 52.58 | 52.69 | - |
| YUV | 195.65 | 121.99 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 185 | 0 | 0.34 | 0.27 | 0.00 | 348.14 | 0.98 | 0.83 |
| Hex | FE | A8 | B9 | 0 | 22 | 1B | 0 | 15C | 62 | 53 |
| Octal | 376 | 250 | 271 | 0 | 42 | 33 | 0 | 534 | 142 | 123 |
| Binary | 11111110 | 10101000 | 10111001 | 0 | 100010 | 11011 | 0 | 101011100 | 1100010 | 1010011 |
Color Harmonies of #FEA8B9
Complementary color
Monochromatic Colors of #FEA8B9
Black with #FEA8B9
Text Example
Text Example
White with #FEA8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA8B9; }
p { color: rgb(254,168,185); }
H1.HeaderClassName
{
color: #FEA8B9;
}
.AnyTagClassName
{
color: #FEA8B9;
}
</style>
background-color css
<style>
a { background-color: #FEA8B9; }
a { background-color: rgb(254,168,185); }
div.DivClassName
{
background-color: #FEA8B9;
}
.BgClassName
{
background-color: #FEA8B9;
}
</style>
border-color css
<style>
span { border-color: #FEA8B9; }
span { border-color: rgb(254,168,185); }
td.TdClassName
{
border-color: #FEA8B9;
}
.TagClassName
{
border-color: #FEA8B9;
}
</style>