Shades of Pig Pink #FDE1F0
Tints of Pig Pink #FDE1F0
RGB
CMYK
RGB Variations
Color information
#FDE1F0 (or 0xFDE1F0) is known color: Pig Pink. HEX triplet: FD, E1 and F0. RGB value is (253,225,240). Sum of RGB (Red+Green+Blue) = 253+225+240=718 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.24% from 718); Green value is 225 (88.28% from 255 or 31.34% from 718); Blue value is 240 (94.14% from 255 or 33.43% from 718); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE1F0 is #021E0F. Grayscale: #EBEBEB. Windows color (decimal): -138768 or 15786493. OLE color: 15786493.
HSL color Cylindrical-coordinate representation of color #FDE1F0: hue angle of 327.86º 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 #FDE1F0 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 240 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.01 |
| HSL | 327.86º | 0.88% | 0.94% | - |
| HSV(B) | 327.86º | 0.11% | 0.99% | - |
| XYZ | 83.16 | 81.02 | 93.69 | - |
| YUV | 235.08 | 130.78 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 240 | 0 | 0.11 | 0.05 | 0.01 | 327.86 | 0.88 | 0.94 |
| Hex | FD | E1 | F0 | 0 | B | 5 | 1 | 148 | 58 | 5E |
| Octal | 375 | 341 | 360 | 0 | 13 | 5 | 1 | 510 | 130 | 136 |
| Binary | 11111101 | 11100001 | 11110000 | 0 | 1011 | 101 | 1 | 101001000 | 1011000 | 1011110 |
Color Harmonies of #FDE1F0
Complementary color
Monochromatic Colors of #FDE1F0
Black with #FDE1F0
Text Example
Text Example
White with #FDE1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE1F0; }
p { color: rgb(253,225,240); }
H1.HeaderClassName
{
color: #FDE1F0;
}
.AnyTagClassName
{
color: #FDE1F0;
}
</style>
background-color css
<style>
a { background-color: #FDE1F0; }
a { background-color: rgb(253,225,240); }
div.DivClassName
{
background-color: #FDE1F0;
}
.BgClassName
{
background-color: #FDE1F0;
}
</style>
border-color css
<style>
span { border-color: #FDE1F0; }
span { border-color: rgb(253,225,240); }
td.TdClassName
{
border-color: #FDE1F0;
}
.TagClassName
{
border-color: #FDE1F0;
}
</style>