Shades of Pig Pink #FEDFEA
Tints of Pig Pink #FEDFEA
RGB
CMYK
RGB Variations
Color information
#FEDFEA (or 0xFEDFEA) is known color: Pig Pink. HEX triplet: FE, DF and EA. RGB value is (254,223,234). Sum of RGB (Red+Green+Blue) = 254+223+234=711 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.72% from 711); Green value is 223 (87.5% from 255 or 31.36% from 711); Blue value is 234 (91.80% from 255 or 32.91% from 711); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDFEA is #012015. Grayscale: #E9E9E9. Windows color (decimal): -73750 or 15392766. OLE color: 15392766.
HSL color Cylindrical-coordinate representation of color #FEDFEA: hue angle of 338.71º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEDFEA is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 234 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.00 |
| HSL | 338.71º | 0.94% | 0.94% | - |
| HSV(B) | 338.71º | 0.12% | 1% | - |
| XYZ | 82.11 | 79.79 | 88.91 | - |
| YUV | 233.52 | 128.27 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 234 | 0 | 0.12 | 0.08 | 0.00 | 338.71 | 0.94 | 0.94 |
| Hex | FE | DF | EA | 0 | C | 8 | 0 | 153 | 5E | 5E |
| Octal | 376 | 337 | 352 | 0 | 14 | 10 | 0 | 523 | 136 | 136 |
| Binary | 11111110 | 11011111 | 11101010 | 0 | 1100 | 1000 | 0 | 101010011 | 1011110 | 1011110 |
Color Harmonies of #FEDFEA
Complementary color
Monochromatic Colors of #FEDFEA
Black with #FEDFEA
Text Example
Text Example
White with #FEDFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFEA; }
p { color: rgb(254,223,234); }
H1.HeaderClassName
{
color: #FEDFEA;
}
.AnyTagClassName
{
color: #FEDFEA;
}
</style>
background-color css
<style>
a { background-color: #FEDFEA; }
a { background-color: rgb(254,223,234); }
div.DivClassName
{
background-color: #FEDFEA;
}
.BgClassName
{
background-color: #FEDFEA;
}
</style>
border-color css
<style>
span { border-color: #FEDFEA; }
span { border-color: rgb(254,223,234); }
td.TdClassName
{
border-color: #FEDFEA;
}
.TagClassName
{
border-color: #FEDFEA;
}
</style>