Shades of Pig Pink #FED0EC
Tints of Pig Pink #FED0EC
RGB
CMYK
RGB Variations
Color information
#FED0EC (or 0xFED0EC) is known color: Pig Pink. HEX triplet: FE, D0 and EC. RGB value is (254,208,236). Sum of RGB (Red+Green+Blue) = 254+208+236=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 208 (81.64% from 255 or 29.80% from 698); Blue value is 236 (92.58% from 255 or 33.81% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED0EC is #012F13. Grayscale: #E0E0E0. Windows color (decimal): -77588 or 15519998. OLE color: 15519998.
HSL color Cylindrical-coordinate representation of color #FED0EC: hue angle of 323.48º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FED0EC is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 236 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.00 |
| HSL | 323.48º | 0.96% | 0.91% | - |
| HSV(B) | 323.48º | 0.18% | 1% | - |
| XYZ | 78.57 | 72.24 | 89.16 | - |
| YUV | 224.95 | 134.24 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 236 | 0 | 0.18 | 0.07 | 0.00 | 323.48 | 0.96 | 0.91 |
| Hex | FE | D0 | EC | 0 | 12 | 7 | 0 | 143 | 60 | 5B |
| Octal | 376 | 320 | 354 | 0 | 22 | 7 | 0 | 503 | 140 | 133 |
| Binary | 11111110 | 11010000 | 11101100 | 0 | 10010 | 111 | 0 | 101000011 | 1100000 | 1011011 |
Color Harmonies of #FED0EC
Complementary color
Monochromatic Colors of #FED0EC
Black with #FED0EC
Text Example
Text Example
White with #FED0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED0EC; }
p { color: rgb(254,208,236); }
H1.HeaderClassName
{
color: #FED0EC;
}
.AnyTagClassName
{
color: #FED0EC;
}
</style>
background-color css
<style>
a { background-color: #FED0EC; }
a { background-color: rgb(254,208,236); }
div.DivClassName
{
background-color: #FED0EC;
}
.BgClassName
{
background-color: #FED0EC;
}
</style>
border-color css
<style>
span { border-color: #FED0EC; }
span { border-color: rgb(254,208,236); }
td.TdClassName
{
border-color: #FED0EC;
}
.TagClassName
{
border-color: #FED0EC;
}
</style>