Shades of Light Pink #FEAEC0
Tints of Light Pink #FEAEC0
RGB
CMYK
RGB Variations
Color information
#FEAEC0 (or 0xFEAEC0) is known color: Light Pink. HEX triplet: FE, AE and C0. RGB value is (254,174,192). Sum of RGB (Red+Green+Blue) = 254+174+192=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 192 (75.39% from 255 or 30.97% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAEC0 is #01513F. Grayscale: #C7C7C7. Windows color (decimal): -86336 or 12627710. OLE color: 12627710.
HSL color Cylindrical-coordinate representation of color #FEAEC0: hue angle of 346.5º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEAEC0 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 174 | 192 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.00 |
| HSL | 346.5º | 0.98% | 0.84% | - |
| HSV(B) | 346.5º | 0.31% | 1% | - |
| XYZ | 65.52 | 55.15 | 57.06 | - |
| YUV | 199.97 | 123.5 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 174 | 192 | 0 | 0.31 | 0.24 | 0.00 | 346.5 | 0.98 | 0.84 |
| Hex | FE | AE | C0 | 0 | 1F | 18 | 0 | 15A | 62 | 54 |
| Octal | 376 | 256 | 300 | 0 | 37 | 30 | 0 | 532 | 142 | 124 |
| Binary | 11111110 | 10101110 | 11000000 | 0 | 11111 | 11000 | 0 | 101011010 | 1100010 | 1010100 |
Color Harmonies of #FEAEC0
Complementary color
Monochromatic Colors of #FEAEC0
Black with #FEAEC0
Text Example
Text Example
White with #FEAEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAEC0; }
p { color: rgb(254,174,192); }
H1.HeaderClassName
{
color: #FEAEC0;
}
.AnyTagClassName
{
color: #FEAEC0;
}
</style>
background-color css
<style>
a { background-color: #FEAEC0; }
a { background-color: rgb(254,174,192); }
div.DivClassName
{
background-color: #FEAEC0;
}
.BgClassName
{
background-color: #FEAEC0;
}
</style>
border-color css
<style>
span { border-color: #FEAEC0; }
span { border-color: rgb(254,174,192); }
td.TdClassName
{
border-color: #FEAEC0;
}
.TagClassName
{
border-color: #FEAEC0;
}
</style>