Shades of Light Pink #FEAEC1
Tints of Light Pink #FEAEC1
RGB
CMYK
RGB Variations
Color information
#FEAEC1 (or 0xFEAEC1) is known color: Light Pink. HEX triplet: FE, AE and C1. RGB value is (254,174,193). Sum of RGB (Red+Green+Blue) = 254+174+193=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 193 (75.78% from 255 or 31.08% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAEC1 is #01513E. Grayscale: #C8C8C8. Windows color (decimal): -86335 or 12693246. OLE color: 12693246.
HSL color Cylindrical-coordinate representation of color #FEAEC1: hue angle of 345.75º 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 #FEAEC1 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 174 | 193 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.00 |
| HSL | 345.75º | 0.98% | 0.84% | - |
| HSV(B) | 345.75º | 0.31% | 1% | - |
| XYZ | 65.63 | 55.19 | 57.65 | - |
| YUV | 200.09 | 124 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 174 | 193 | 0 | 0.31 | 0.24 | 0.00 | 345.75 | 0.98 | 0.84 |
| Hex | FE | AE | C1 | 0 | 1F | 18 | 0 | 15A | 62 | 54 |
| Octal | 376 | 256 | 301 | 0 | 37 | 30 | 0 | 532 | 142 | 124 |
| Binary | 11111110 | 10101110 | 11000001 | 0 | 11111 | 11000 | 0 | 101011010 | 1100010 | 1010100 |
Color Harmonies of #FEAEC1
Complementary color
Monochromatic Colors of #FEAEC1
Black with #FEAEC1
Text Example
Text Example
White with #FEAEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAEC1; }
p { color: rgb(254,174,193); }
H1.HeaderClassName
{
color: #FEAEC1;
}
.AnyTagClassName
{
color: #FEAEC1;
}
</style>
background-color css
<style>
a { background-color: #FEAEC1; }
a { background-color: rgb(254,174,193); }
div.DivClassName
{
background-color: #FEAEC1;
}
.BgClassName
{
background-color: #FEAEC1;
}
</style>
border-color css
<style>
span { border-color: #FEAEC1; }
span { border-color: rgb(254,174,193); }
td.TdClassName
{
border-color: #FEAEC1;
}
.TagClassName
{
border-color: #FEAEC1;
}
</style>