Shades of Pig Pink #FEDCF0
Tints of Pig Pink #FEDCF0
RGB
CMYK
RGB Variations
Color information
#FEDCF0 (or 0xFEDCF0) is known color: Pig Pink. HEX triplet: FE, DC and F0. RGB value is (254,220,240). Sum of RGB (Red+Green+Blue) = 254+220+240=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 220 (86.33% from 255 or 30.81% from 714); Blue value is 240 (94.14% from 255 or 33.61% from 714); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCF0 is #01230F. Grayscale: #E8E8E8. Windows color (decimal): -74512 or 15785214. OLE color: 15785214.
HSL color Cylindrical-coordinate representation of color #FEDCF0: hue angle of 324.71º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEDCF0 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 240 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.00 |
| HSL | 324.71º | 0.94% | 0.93% | - |
| HSV(B) | 324.71º | 0.13% | 1% | - |
| XYZ | 82.19 | 78.55 | 93.27 | - |
| YUV | 232.45 | 132.26 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 240 | 0 | 0.13 | 0.06 | 0.00 | 324.71 | 0.94 | 0.93 |
| Hex | FE | DC | F0 | 0 | D | 6 | 0 | 145 | 5E | 5D |
| Octal | 376 | 334 | 360 | 0 | 15 | 6 | 0 | 505 | 136 | 135 |
| Binary | 11111110 | 11011100 | 11110000 | 0 | 1101 | 110 | 0 | 101000101 | 1011110 | 1011101 |
Color Harmonies of #FEDCF0
Complementary color
Monochromatic Colors of #FEDCF0
Black with #FEDCF0
Text Example
Text Example
White with #FEDCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCF0; }
p { color: rgb(254,220,240); }
H1.HeaderClassName
{
color: #FEDCF0;
}
.AnyTagClassName
{
color: #FEDCF0;
}
</style>
background-color css
<style>
a { background-color: #FEDCF0; }
a { background-color: rgb(254,220,240); }
div.DivClassName
{
background-color: #FEDCF0;
}
.BgClassName
{
background-color: #FEDCF0;
}
</style>
border-color css
<style>
span { border-color: #FEDCF0; }
span { border-color: rgb(254,220,240); }
td.TdClassName
{
border-color: #FEDCF0;
}
.TagClassName
{
border-color: #FEDCF0;
}
</style>