Shades of Pig Pink #FECEDE
Tints of Pig Pink #FECEDE
RGB
CMYK
RGB Variations
Color information
#FECEDE (or 0xFECEDE) is known color: Pig Pink. HEX triplet: FE, CE and DE. RGB value is (254,206,222). Sum of RGB (Red+Green+Blue) = 254+206+222=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 206 (80.86% from 255 or 30.21% from 682); Blue value is 222 (87.11% from 255 or 32.55% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEDE is #013121. Grayscale: #DEDEDE. Windows color (decimal): -78114 or 14601982. OLE color: 14601982.
HSL color Cylindrical-coordinate representation of color #FECEDE: hue angle of 340º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FECEDE is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 222 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.00 |
| HSL | 340º | 0.96% | 0.9% | - |
| HSV(B) | 340º | 0.19% | 1% | - |
| XYZ | 76.13 | 70.49 | 78.7 | - |
| YUV | 222.18 | 127.9 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 222 | 0 | 0.19 | 0.13 | 0.00 | 340 | 0.96 | 0.9 |
| Hex | FE | CE | DE | 0 | 13 | D | 0 | 154 | 60 | 5A |
| Octal | 376 | 316 | 336 | 0 | 23 | 15 | 0 | 524 | 140 | 132 |
| Binary | 11111110 | 11001110 | 11011110 | 0 | 10011 | 1101 | 0 | 101010100 | 1100000 | 1011010 |
Color Harmonies of #FECEDE
Complementary color
Monochromatic Colors of #FECEDE
Black with #FECEDE
Text Example
Text Example
White with #FECEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEDE; }
p { color: rgb(254,206,222); }
H1.HeaderClassName
{
color: #FECEDE;
}
.AnyTagClassName
{
color: #FECEDE;
}
</style>
background-color css
<style>
a { background-color: #FECEDE; }
a { background-color: rgb(254,206,222); }
div.DivClassName
{
background-color: #FECEDE;
}
.BgClassName
{
background-color: #FECEDE;
}
</style>
border-color css
<style>
span { border-color: #FECEDE; }
span { border-color: rgb(254,206,222); }
td.TdClassName
{
border-color: #FECEDE;
}
.TagClassName
{
border-color: #FECEDE;
}
</style>