Shades of Pig Pink #FDE1EE
Tints of Pig Pink #FDE1EE
RGB
CMYK
RGB Variations
Color information
#FDE1EE (or 0xFDE1EE) is known color: Pig Pink. HEX triplet: FD, E1 and EE. RGB value is (253,225,238). Sum of RGB (Red+Green+Blue) = 253+225+238=716 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.34% from 716); Green value is 225 (88.28% from 255 or 31.42% from 716); Blue value is 238 (93.36% from 255 or 33.24% from 716); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE1EE is #021E11. Grayscale: #EAEAEA. Windows color (decimal): -138770 or 15655421. OLE color: 15655421.
HSL color Cylindrical-coordinate representation of color #FDE1EE: hue angle of 332.14º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDE1EE is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 238 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.01 |
| HSL | 332.14º | 0.88% | 0.94% | - |
| HSV(B) | 332.14º | 0.11% | 0.99% | - |
| XYZ | 82.87 | 80.91 | 92.14 | - |
| YUV | 234.85 | 129.78 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 238 | 0 | 0.11 | 0.06 | 0.01 | 332.14 | 0.88 | 0.94 |
| Hex | FD | E1 | EE | 0 | B | 6 | 1 | 14C | 58 | 5E |
| Octal | 375 | 341 | 356 | 0 | 13 | 6 | 1 | 514 | 130 | 136 |
| Binary | 11111101 | 11100001 | 11101110 | 0 | 1011 | 110 | 1 | 101001100 | 1011000 | 1011110 |
Color Harmonies of #FDE1EE
Complementary color
Monochromatic Colors of #FDE1EE
Black with #FDE1EE
Text Example
Text Example
White with #FDE1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE1EE; }
p { color: rgb(253,225,238); }
H1.HeaderClassName
{
color: #FDE1EE;
}
.AnyTagClassName
{
color: #FDE1EE;
}
</style>
background-color css
<style>
a { background-color: #FDE1EE; }
a { background-color: rgb(253,225,238); }
div.DivClassName
{
background-color: #FDE1EE;
}
.BgClassName
{
background-color: #FDE1EE;
}
</style>
border-color css
<style>
span { border-color: #FDE1EE; }
span { border-color: rgb(253,225,238); }
td.TdClassName
{
border-color: #FDE1EE;
}
.TagClassName
{
border-color: #FDE1EE;
}
</style>