Shades of Pig Pink #FEDCEE
Tints of Pig Pink #FEDCEE
RGB
CMYK
RGB Variations
Color information
#FEDCEE (or 0xFEDCEE) is known color: Pig Pink. HEX triplet: FE, DC and EE. RGB value is (254,220,238). Sum of RGB (Red+Green+Blue) = 254+220+238=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 220 (86.33% from 255 or 30.90% from 712); Blue value is 238 (93.36% from 255 or 33.43% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCEE is #012311. Grayscale: #E8E8E8. Windows color (decimal): -74514 or 15654142. OLE color: 15654142.
HSL color Cylindrical-coordinate representation of color #FEDCEE: hue angle of 328.24º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEDCEE is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 238 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.00 |
| HSL | 328.24º | 0.94% | 0.93% | - |
| HSV(B) | 328.24º | 0.13% | 1% | - |
| XYZ | 81.9 | 78.43 | 91.71 | - |
| YUV | 232.22 | 131.26 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 238 | 0 | 0.13 | 0.06 | 0.00 | 328.24 | 0.94 | 0.93 |
| Hex | FE | DC | EE | 0 | D | 6 | 0 | 148 | 5E | 5D |
| Octal | 376 | 334 | 356 | 0 | 15 | 6 | 0 | 510 | 136 | 135 |
| Binary | 11111110 | 11011100 | 11101110 | 0 | 1101 | 110 | 0 | 101001000 | 1011110 | 1011101 |
Color Harmonies of #FEDCEE
Complementary color
Monochromatic Colors of #FEDCEE
Black with #FEDCEE
Text Example
Text Example
White with #FEDCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCEE; }
p { color: rgb(254,220,238); }
H1.HeaderClassName
{
color: #FEDCEE;
}
.AnyTagClassName
{
color: #FEDCEE;
}
</style>
background-color css
<style>
a { background-color: #FEDCEE; }
a { background-color: rgb(254,220,238); }
div.DivClassName
{
background-color: #FEDCEE;
}
.BgClassName
{
background-color: #FEDCEE;
}
</style>
border-color css
<style>
span { border-color: #FEDCEE; }
span { border-color: rgb(254,220,238); }
td.TdClassName
{
border-color: #FEDCEE;
}
.TagClassName
{
border-color: #FEDCEE;
}
</style>