Shades of Pig Pink #FED1EC
Tints of Pig Pink #FED1EC
RGB
CMYK
RGB Variations
Color information
#FED1EC (or 0xFED1EC) is known color: Pig Pink. HEX triplet: FE, D1 and EC. RGB value is (254,209,236). Sum of RGB (Red+Green+Blue) = 254+209+236=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 209 (82.03% from 255 or 29.90% from 699); Blue value is 236 (92.58% from 255 or 33.76% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED1EC is #012E13. Grayscale: #E1E1E1. Windows color (decimal): -77332 or 15520254. OLE color: 15520254.
HSL color Cylindrical-coordinate representation of color #FED1EC: hue angle of 324º 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 #FED1EC is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 236 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.00 |
| HSL | 324º | 0.96% | 0.91% | - |
| HSV(B) | 324º | 0.18% | 1% | - |
| XYZ | 78.81 | 72.73 | 89.24 | - |
| YUV | 225.53 | 133.91 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 236 | 0 | 0.18 | 0.07 | 0.00 | 324 | 0.96 | 0.91 |
| Hex | FE | D1 | EC | 0 | 12 | 7 | 0 | 144 | 60 | 5B |
| Octal | 376 | 321 | 354 | 0 | 22 | 7 | 0 | 504 | 140 | 133 |
| Binary | 11111110 | 11010001 | 11101100 | 0 | 10010 | 111 | 0 | 101000100 | 1100000 | 1011011 |
Color Harmonies of #FED1EC
Complementary color
Monochromatic Colors of #FED1EC
Black with #FED1EC
Text Example
Text Example
White with #FED1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED1EC; }
p { color: rgb(254,209,236); }
H1.HeaderClassName
{
color: #FED1EC;
}
.AnyTagClassName
{
color: #FED1EC;
}
</style>
background-color css
<style>
a { background-color: #FED1EC; }
a { background-color: rgb(254,209,236); }
div.DivClassName
{
background-color: #FED1EC;
}
.BgClassName
{
background-color: #FED1EC;
}
</style>
border-color css
<style>
span { border-color: #FED1EC; }
span { border-color: rgb(254,209,236); }
td.TdClassName
{
border-color: #FED1EC;
}
.TagClassName
{
border-color: #FED1EC;
}
</style>