Shades of Pig Pink #FDE0F1
Tints of Pig Pink #FDE0F1
RGB
CMYK
RGB Variations
Color information
#FDE0F1 (or 0xFDE0F1) is known color: Pig Pink. HEX triplet: FD, E0 and F1. RGB value is (253,224,241). Sum of RGB (Red+Green+Blue) = 253+224+241=718 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.24% from 718); Green value is 224 (87.89% from 255 or 31.20% from 718); Blue value is 241 (94.53% from 255 or 33.57% from 718); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE0F1 is #021F0E. Grayscale: #EAEAEA. Windows color (decimal): -139023 or 15851773. OLE color: 15851773.
HSL color Cylindrical-coordinate representation of color #FDE0F1: hue angle of 324.83º 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 #FDE0F1 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 241 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.01 |
| HSL | 324.83º | 0.88% | 0.94% | - |
| HSV(B) | 324.83º | 0.11% | 0.99% | - |
| XYZ | 83.04 | 80.54 | 94.39 | - |
| YUV | 234.61 | 131.61 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 241 | 0 | 0.11 | 0.05 | 0.01 | 324.83 | 0.88 | 0.94 |
| Hex | FD | E0 | F1 | 0 | B | 5 | 1 | 145 | 58 | 5E |
| Octal | 375 | 340 | 361 | 0 | 13 | 5 | 1 | 505 | 130 | 136 |
| Binary | 11111101 | 11100000 | 11110001 | 0 | 1011 | 101 | 1 | 101000101 | 1011000 | 1011110 |
Color Harmonies of #FDE0F1
Complementary color
Monochromatic Colors of #FDE0F1
Black with #FDE0F1
Text Example
Text Example
White with #FDE0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE0F1; }
p { color: rgb(253,224,241); }
H1.HeaderClassName
{
color: #FDE0F1;
}
.AnyTagClassName
{
color: #FDE0F1;
}
</style>
background-color css
<style>
a { background-color: #FDE0F1; }
a { background-color: rgb(253,224,241); }
div.DivClassName
{
background-color: #FDE0F1;
}
.BgClassName
{
background-color: #FDE0F1;
}
</style>
border-color css
<style>
span { border-color: #FDE0F1; }
span { border-color: rgb(253,224,241); }
td.TdClassName
{
border-color: #FDE0F1;
}
.TagClassName
{
border-color: #FDE0F1;
}
</style>