Shades of Light Pink #FEADC0
Tints of Light Pink #FEADC0
RGB
CMYK
RGB Variations
Color information
#FEADC0 (or 0xFEADC0) is known color: Light Pink. HEX triplet: FE, AD and C0. RGB value is (254,173,192). Sum of RGB (Red+Green+Blue) = 254+173+192=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 192 (75.39% from 255 or 31.02% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADC0 is #01523F. Grayscale: #C7C7C7. Windows color (decimal): -86592 or 12627454. OLE color: 12627454.
HSL color Cylindrical-coordinate representation of color #FEADC0: hue angle of 345.93º 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 #FEADC0 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 192 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.00 |
| HSL | 345.93º | 0.98% | 0.84% | - |
| HSV(B) | 345.93º | 0.32% | 1% | - |
| XYZ | 65.33 | 54.76 | 57 | - |
| YUV | 199.39 | 123.84 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 192 | 0 | 0.32 | 0.24 | 0.00 | 345.93 | 0.98 | 0.84 |
| Hex | FE | AD | C0 | 0 | 20 | 18 | 0 | 15A | 62 | 54 |
| Octal | 376 | 255 | 300 | 0 | 40 | 30 | 0 | 532 | 142 | 124 |
| Binary | 11111110 | 10101101 | 11000000 | 0 | 100000 | 11000 | 0 | 101011010 | 1100010 | 1010100 |
Color Harmonies of #FEADC0
Complementary color
Monochromatic Colors of #FEADC0
Black with #FEADC0
Text Example
Text Example
White with #FEADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEADC0; }
p { color: rgb(254,173,192); }
H1.HeaderClassName
{
color: #FEADC0;
}
.AnyTagClassName
{
color: #FEADC0;
}
</style>
background-color css
<style>
a { background-color: #FEADC0; }
a { background-color: rgb(254,173,192); }
div.DivClassName
{
background-color: #FEADC0;
}
.BgClassName
{
background-color: #FEADC0;
}
</style>
border-color css
<style>
span { border-color: #FEADC0; }
span { border-color: rgb(254,173,192); }
td.TdClassName
{
border-color: #FEADC0;
}
.TagClassName
{
border-color: #FEADC0;
}
</style>