Shades of Pig Pink #FECDE0
Tints of Pig Pink #FECDE0
RGB
CMYK
RGB Variations
Color information
#FECDE0 (or 0xFECDE0) is known color: Pig Pink. HEX triplet: FE, CD and E0. RGB value is (254,205,224). Sum of RGB (Red+Green+Blue) = 254+205+224=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 205 (80.47% from 255 or 30.01% from 683); Blue value is 224 (87.89% from 255 or 32.80% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDE0 is #01321F. Grayscale: #DDDDDD. Windows color (decimal): -78368 or 14732798. OLE color: 14732798.
HSL color Cylindrical-coordinate representation of color #FECDE0: hue angle of 336.73º 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 #FECDE0 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 224 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.00 |
| HSL | 336.73º | 0.96% | 0.9% | - |
| HSV(B) | 336.73º | 0.19% | 1% | - |
| XYZ | 76.16 | 70.12 | 80.04 | - |
| YUV | 221.82 | 129.23 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 224 | 0 | 0.19 | 0.12 | 0.00 | 336.73 | 0.96 | 0.9 |
| Hex | FE | CD | E0 | 0 | 13 | C | 0 | 151 | 60 | 5A |
| Octal | 376 | 315 | 340 | 0 | 23 | 14 | 0 | 521 | 140 | 132 |
| Binary | 11111110 | 11001101 | 11100000 | 0 | 10011 | 1100 | 0 | 101010001 | 1100000 | 1011010 |
Color Harmonies of #FECDE0
Complementary color
Monochromatic Colors of #FECDE0
Black with #FECDE0
Text Example
Text Example
White with #FECDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDE0; }
p { color: rgb(254,205,224); }
H1.HeaderClassName
{
color: #FECDE0;
}
.AnyTagClassName
{
color: #FECDE0;
}
</style>
background-color css
<style>
a { background-color: #FECDE0; }
a { background-color: rgb(254,205,224); }
div.DivClassName
{
background-color: #FECDE0;
}
.BgClassName
{
background-color: #FECDE0;
}
</style>
border-color css
<style>
span { border-color: #FECDE0; }
span { border-color: rgb(254,205,224); }
td.TdClassName
{
border-color: #FECDE0;
}
.TagClassName
{
border-color: #FECDE0;
}
</style>