Shades of Pig Pink #FEDEE8
Tints of Pig Pink #FEDEE8
RGB
CMYK
RGB Variations
Color information
#FEDEE8 (or 0xFEDEE8) is known color: Pig Pink. HEX triplet: FE, DE and E8. RGB value is (254,222,232). Sum of RGB (Red+Green+Blue) = 254+222+232=708 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.88% from 708); Green value is 222 (87.11% from 255 or 31.36% from 708); Blue value is 232 (91.02% from 255 or 32.77% from 708); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDEE8 is #012117. Grayscale: #E8E8E8. Windows color (decimal): -74008 or 15261438. OLE color: 15261438.
HSL color Cylindrical-coordinate representation of color #FEDEE8: hue angle of 341.25º 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 #FEDEE8 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 232 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.00 |
| HSL | 341.25º | 0.94% | 0.93% | - |
| HSV(B) | 341.25º | 0.13% | 1% | - |
| XYZ | 81.56 | 79.14 | 87.32 | - |
| YUV | 232.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 232 | 0 | 0.13 | 0.09 | 0.00 | 341.25 | 0.94 | 0.93 |
| Hex | FE | DE | E8 | 0 | D | 9 | 0 | 155 | 5E | 5D |
| Octal | 376 | 336 | 350 | 0 | 15 | 11 | 0 | 525 | 136 | 135 |
| Binary | 11111110 | 11011110 | 11101000 | 0 | 1101 | 1001 | 0 | 101010101 | 1011110 | 1011101 |
Color Harmonies of #FEDEE8
Complementary color
Monochromatic Colors of #FEDEE8
Black with #FEDEE8
Text Example
Text Example
White with #FEDEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDEE8; }
p { color: rgb(254,222,232); }
H1.HeaderClassName
{
color: #FEDEE8;
}
.AnyTagClassName
{
color: #FEDEE8;
}
</style>
background-color css
<style>
a { background-color: #FEDEE8; }
a { background-color: rgb(254,222,232); }
div.DivClassName
{
background-color: #FEDEE8;
}
.BgClassName
{
background-color: #FEDEE8;
}
</style>
border-color css
<style>
span { border-color: #FEDEE8; }
span { border-color: rgb(254,222,232); }
td.TdClassName
{
border-color: #FEDEE8;
}
.TagClassName
{
border-color: #FEDEE8;
}
</style>