Shades of Pig Pink #FEDEF0
Tints of Pig Pink #FEDEF0
RGB
CMYK
RGB Variations
Color information
#FEDEF0 (or 0xFEDEF0) is known color: Pig Pink. HEX triplet: FE, DE and F0. RGB value is (254,222,240). Sum of RGB (Red+Green+Blue) = 254+222+240=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 222 (87.11% from 255 or 31.01% from 716); Blue value is 240 (94.14% from 255 or 33.52% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDEF0 is #01210F. Grayscale: #E9E9E9. Windows color (decimal): -74000 or 15785726. OLE color: 15785726.
HSL color Cylindrical-coordinate representation of color #FEDEF0: hue angle of 326.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 #FEDEF0 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 240 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.00 |
| HSL | 326.25º | 0.94% | 0.93% | - |
| HSV(B) | 326.25º | 0.13% | 1% | - |
| XYZ | 82.72 | 79.6 | 93.44 | - |
| YUV | 233.62 | 131.6 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 240 | 0 | 0.13 | 0.06 | 0.00 | 326.25 | 0.94 | 0.93 |
| Hex | FE | DE | F0 | 0 | D | 6 | 0 | 146 | 5E | 5D |
| Octal | 376 | 336 | 360 | 0 | 15 | 6 | 0 | 506 | 136 | 135 |
| Binary | 11111110 | 11011110 | 11110000 | 0 | 1101 | 110 | 0 | 101000110 | 1011110 | 1011101 |
Color Harmonies of #FEDEF0
Complementary color
Monochromatic Colors of #FEDEF0
Black with #FEDEF0
Text Example
Text Example
White with #FEDEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDEF0; }
p { color: rgb(254,222,240); }
H1.HeaderClassName
{
color: #FEDEF0;
}
.AnyTagClassName
{
color: #FEDEF0;
}
</style>
background-color css
<style>
a { background-color: #FEDEF0; }
a { background-color: rgb(254,222,240); }
div.DivClassName
{
background-color: #FEDEF0;
}
.BgClassName
{
background-color: #FEDEF0;
}
</style>
border-color css
<style>
span { border-color: #FEDEF0; }
span { border-color: rgb(254,222,240); }
td.TdClassName
{
border-color: #FEDEF0;
}
.TagClassName
{
border-color: #FEDEF0;
}
</style>