Shades of Pig Pink #FED1EE
Tints of Pig Pink #FED1EE
RGB
CMYK
RGB Variations
Color information
#FED1EE (or 0xFED1EE) is known color: Pig Pink. HEX triplet: FE, D1 and EE. RGB value is (254,209,238). Sum of RGB (Red+Green+Blue) = 254+209+238=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 209 (82.03% from 255 or 29.81% from 701); Blue value is 238 (93.36% from 255 or 33.95% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED1EE is #012E11. Grayscale: #E1E1E1. Windows color (decimal): -77330 or 15651326. OLE color: 15651326.
HSL color Cylindrical-coordinate representation of color #FED1EE: hue angle of 321.33º 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 #FED1EE is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 238 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.00 |
| HSL | 321.33º | 0.96% | 0.91% | - |
| HSV(B) | 321.33º | 0.18% | 1% | - |
| XYZ | 79.11 | 72.84 | 90.78 | - |
| YUV | 225.76 | 134.91 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 238 | 0 | 0.18 | 0.06 | 0.00 | 321.33 | 0.96 | 0.91 |
| Hex | FE | D1 | EE | 0 | 12 | 6 | 0 | 141 | 60 | 5B |
| Octal | 376 | 321 | 356 | 0 | 22 | 6 | 0 | 501 | 140 | 133 |
| Binary | 11111110 | 11010001 | 11101110 | 0 | 10010 | 110 | 0 | 101000001 | 1100000 | 1011011 |
Color Harmonies of #FED1EE
Complementary color
Monochromatic Colors of #FED1EE
Black with #FED1EE
Text Example
Text Example
White with #FED1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED1EE; }
p { color: rgb(254,209,238); }
H1.HeaderClassName
{
color: #FED1EE;
}
.AnyTagClassName
{
color: #FED1EE;
}
</style>
background-color css
<style>
a { background-color: #FED1EE; }
a { background-color: rgb(254,209,238); }
div.DivClassName
{
background-color: #FED1EE;
}
.BgClassName
{
background-color: #FED1EE;
}
</style>
border-color css
<style>
span { border-color: #FED1EE; }
span { border-color: rgb(254,209,238); }
td.TdClassName
{
border-color: #FED1EE;
}
.TagClassName
{
border-color: #FED1EE;
}
</style>