Shades of Pig Pink #FEDCF1
Tints of Pig Pink #FEDCF1
RGB
CMYK
RGB Variations
Color information
#FEDCF1 (or 0xFEDCF1) is known color: Pig Pink. HEX triplet: FE, DC and F1. RGB value is (254,220,241). Sum of RGB (Red+Green+Blue) = 254+220+241=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 220 (86.33% from 255 or 30.77% from 715); Blue value is 241 (94.53% from 255 or 33.71% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCF1 is #01230E. Grayscale: #E8E8E8. Windows color (decimal): -74511 or 15850750. OLE color: 15850750.
HSL color Cylindrical-coordinate representation of color #FEDCF1: hue angle of 322.94º 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 #FEDCF1 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 241 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.00 |
| HSL | 322.94º | 0.94% | 0.93% | - |
| HSV(B) | 322.94º | 0.13% | 1% | - |
| XYZ | 82.34 | 78.61 | 94.05 | - |
| YUV | 232.56 | 132.76 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 241 | 0 | 0.13 | 0.05 | 0.00 | 322.94 | 0.94 | 0.93 |
| Hex | FE | DC | F1 | 0 | D | 5 | 0 | 143 | 5E | 5D |
| Octal | 376 | 334 | 361 | 0 | 15 | 5 | 0 | 503 | 136 | 135 |
| Binary | 11111110 | 11011100 | 11110001 | 0 | 1101 | 101 | 0 | 101000011 | 1011110 | 1011101 |
Color Harmonies of #FEDCF1
Complementary color
Monochromatic Colors of #FEDCF1
Black with #FEDCF1
Text Example
Text Example
White with #FEDCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCF1; }
p { color: rgb(254,220,241); }
H1.HeaderClassName
{
color: #FEDCF1;
}
.AnyTagClassName
{
color: #FEDCF1;
}
</style>
background-color css
<style>
a { background-color: #FEDCF1; }
a { background-color: rgb(254,220,241); }
div.DivClassName
{
background-color: #FEDCF1;
}
.BgClassName
{
background-color: #FEDCF1;
}
</style>
border-color css
<style>
span { border-color: #FEDCF1; }
span { border-color: rgb(254,220,241); }
td.TdClassName
{
border-color: #FEDCF1;
}
.TagClassName
{
border-color: #FEDCF1;
}
</style>