Shades of Light Pink #FEACAE
Tints of Light Pink #FEACAE
RGB
CMYK
RGB Variations
Color information
#FEACAE (or 0xFEACAE) is known color: Light Pink. HEX triplet: FE, AC and AE. RGB value is (254,172,174). Sum of RGB (Red+Green+Blue) = 254+172+174=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 174 (68.36% from 255 or 29% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEACAE is #015351. Grayscale: #C4C4C4. Windows color (decimal): -86866 or 11447550. OLE color: 11447550.
HSL color Cylindrical-coordinate representation of color #FEACAE: hue angle of 358.54º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEACAE is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 174 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.00 |
| HSL | 358.54º | 0.98% | 0.84% | - |
| HSV(B) | 358.54º | 0.32% | 1% | - |
| XYZ | 63.27 | 53.63 | 47.06 | - |
| YUV | 196.75 | 115.17 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 174 | 0 | 0.32 | 0.31 | 0.00 | 358.54 | 0.98 | 0.84 |
| Hex | FE | AC | AE | 0 | 20 | 1F | 0 | 167 | 62 | 54 |
| Octal | 376 | 254 | 256 | 0 | 40 | 37 | 0 | 547 | 142 | 124 |
| Binary | 11111110 | 10101100 | 10101110 | 0 | 100000 | 11111 | 0 | 101100111 | 1100010 | 1010100 |
Color Harmonies of #FEACAE
Complementary color
Monochromatic Colors of #FEACAE
Black with #FEACAE
Text Example
Text Example
White with #FEACAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEACAE; }
p { color: rgb(254,172,174); }
H1.HeaderClassName
{
color: #FEACAE;
}
.AnyTagClassName
{
color: #FEACAE;
}
</style>
background-color css
<style>
a { background-color: #FEACAE; }
a { background-color: rgb(254,172,174); }
div.DivClassName
{
background-color: #FEACAE;
}
.BgClassName
{
background-color: #FEACAE;
}
</style>
border-color css
<style>
span { border-color: #FEACAE; }
span { border-color: rgb(254,172,174); }
td.TdClassName
{
border-color: #FEACAE;
}
.TagClassName
{
border-color: #FEACAE;
}
</style>