Shades of Light Pink #FEA8AD
Tints of Light Pink #FEA8AD
RGB
CMYK
RGB Variations
Color information
#FEA8AD (or 0xFEA8AD) is known color: Light Pink. HEX triplet: FE, A8 and AD. RGB value is (254,168,173). Sum of RGB (Red+Green+Blue) = 254+168+173=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 173 (67.97% from 255 or 29.08% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA8AD is #015752. Grayscale: #C2C2C2. Windows color (decimal): -87891 or 11380990. OLE color: 11380990.
HSL color Cylindrical-coordinate representation of color #FEA8AD: hue angle of 356.51º 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 #FEA8AD is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 173 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.00 |
| HSL | 356.51º | 0.98% | 0.83% | - |
| HSV(B) | 356.51º | 0.34% | 1% | - |
| XYZ | 62.42 | 52.09 | 46.3 | - |
| YUV | 194.28 | 115.99 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 173 | 0 | 0.34 | 0.32 | 0.00 | 356.51 | 0.98 | 0.83 |
| Hex | FE | A8 | AD | 0 | 22 | 20 | 0 | 165 | 62 | 53 |
| Octal | 376 | 250 | 255 | 0 | 42 | 40 | 0 | 545 | 142 | 123 |
| Binary | 11111110 | 10101000 | 10101101 | 0 | 100010 | 100000 | 0 | 101100101 | 1100010 | 1010011 |
Color Harmonies of #FEA8AD
Complementary color
Monochromatic Colors of #FEA8AD
Black with #FEA8AD
Text Example
Text Example
White with #FEA8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA8AD; }
p { color: rgb(254,168,173); }
H1.HeaderClassName
{
color: #FEA8AD;
}
.AnyTagClassName
{
color: #FEA8AD;
}
</style>
background-color css
<style>
a { background-color: #FEA8AD; }
a { background-color: rgb(254,168,173); }
div.DivClassName
{
background-color: #FEA8AD;
}
.BgClassName
{
background-color: #FEA8AD;
}
</style>
border-color css
<style>
span { border-color: #FEA8AD; }
span { border-color: rgb(254,168,173); }
td.TdClassName
{
border-color: #FEA8AD;
}
.TagClassName
{
border-color: #FEA8AD;
}
</style>