Shades of Pig Pink #FDE1F1
Tints of Pig Pink #FDE1F1
RGB
CMYK
RGB Variations
Color information
#FDE1F1 (or 0xFDE1F1) is known color: Pig Pink. HEX triplet: FD, E1 and F1. RGB value is (253,225,241). Sum of RGB (Red+Green+Blue) = 253+225+241=719 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.19% from 719); Green value is 225 (88.28% from 255 or 31.29% from 719); Blue value is 241 (94.53% from 255 or 33.52% from 719); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE1F1 is #021E0E. Grayscale: #EBEBEB. Windows color (decimal): -138767 or 15852029. OLE color: 15852029.
HSL color Cylindrical-coordinate representation of color #FDE1F1: hue angle of 325.71º 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 #FDE1F1 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 241 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.01 |
| HSL | 325.71º | 0.88% | 0.94% | - |
| HSV(B) | 325.71º | 0.11% | 0.99% | - |
| XYZ | 83.31 | 81.08 | 94.48 | - |
| YUV | 235.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 241 | 0 | 0.11 | 0.05 | 0.01 | 325.71 | 0.88 | 0.94 |
| Hex | FD | E1 | F1 | 0 | B | 5 | 1 | 146 | 58 | 5E |
| Octal | 375 | 341 | 361 | 0 | 13 | 5 | 1 | 506 | 130 | 136 |
| Binary | 11111101 | 11100001 | 11110001 | 0 | 1011 | 101 | 1 | 101000110 | 1011000 | 1011110 |
Color Harmonies of #FDE1F1
Complementary color
Monochromatic Colors of #FDE1F1
Black with #FDE1F1
Text Example
Text Example
White with #FDE1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE1F1; }
p { color: rgb(253,225,241); }
H1.HeaderClassName
{
color: #FDE1F1;
}
.AnyTagClassName
{
color: #FDE1F1;
}
</style>
background-color css
<style>
a { background-color: #FDE1F1; }
a { background-color: rgb(253,225,241); }
div.DivClassName
{
background-color: #FDE1F1;
}
.BgClassName
{
background-color: #FDE1F1;
}
</style>
border-color css
<style>
span { border-color: #FDE1F1; }
span { border-color: rgb(253,225,241); }
td.TdClassName
{
border-color: #FDE1F1;
}
.TagClassName
{
border-color: #FDE1F1;
}
</style>