Shades of Pig Pink #FDE0F2
Tints of Pig Pink #FDE0F2
RGB
CMYK
RGB Variations
Color information
#FDE0F2 (or 0xFDE0F2) is known color: Pig Pink. HEX triplet: FD, E0 and F2. RGB value is (253,224,242). Sum of RGB (Red+Green+Blue) = 253+224+242=719 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.19% from 719); Green value is 224 (87.89% from 255 or 31.15% from 719); Blue value is 242 (94.92% from 255 or 33.66% from 719); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE0F2 is #021F0D. Grayscale: #EAEAEA. Windows color (decimal): -139022 or 15917309. OLE color: 15917309.
HSL color Cylindrical-coordinate representation of color #FDE0F2: hue angle of 322.76º 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 #FDE0F2 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 242 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.01 |
| HSL | 322.76º | 0.88% | 0.94% | - |
| HSV(B) | 322.76º | 0.11% | 0.99% | - |
| XYZ | 83.19 | 80.6 | 95.18 | - |
| YUV | 234.72 | 132.11 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 242 | 0 | 0.11 | 0.04 | 0.01 | 322.76 | 0.88 | 0.94 |
| Hex | FD | E0 | F2 | 0 | B | 4 | 1 | 143 | 58 | 5E |
| Octal | 375 | 340 | 362 | 0 | 13 | 4 | 1 | 503 | 130 | 136 |
| Binary | 11111101 | 11100000 | 11110010 | 0 | 1011 | 100 | 1 | 101000011 | 1011000 | 1011110 |
Color Harmonies of #FDE0F2
Complementary color
Monochromatic Colors of #FDE0F2
Black with #FDE0F2
Text Example
Text Example
White with #FDE0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE0F2; }
p { color: rgb(253,224,242); }
H1.HeaderClassName
{
color: #FDE0F2;
}
.AnyTagClassName
{
color: #FDE0F2;
}
</style>
background-color css
<style>
a { background-color: #FDE0F2; }
a { background-color: rgb(253,224,242); }
div.DivClassName
{
background-color: #FDE0F2;
}
.BgClassName
{
background-color: #FDE0F2;
}
</style>
border-color css
<style>
span { border-color: #FDE0F2; }
span { border-color: rgb(253,224,242); }
td.TdClassName
{
border-color: #FDE0F2;
}
.TagClassName
{
border-color: #FDE0F2;
}
</style>