Shades of Pig Pink #FEDCF2
Tints of Pig Pink #FEDCF2
RGB
CMYK
RGB Variations
Color information
#FEDCF2 (or 0xFEDCF2) is known color: Pig Pink. HEX triplet: FE, DC and F2. RGB value is (254,220,242). Sum of RGB (Red+Green+Blue) = 254+220+242=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 220 (86.33% from 255 or 30.73% from 716); Blue value is 242 (94.92% from 255 or 33.80% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCF2 is #01230D. Grayscale: #E8E8E8. Windows color (decimal): -74510 or 15916286. OLE color: 15916286.
HSL color Cylindrical-coordinate representation of color #FEDCF2: hue angle of 321.18º 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 #FEDCF2 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 242 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.00 |
| HSL | 321.18º | 0.94% | 0.93% | - |
| HSV(B) | 321.18º | 0.13% | 1% | - |
| XYZ | 82.49 | 78.67 | 94.84 | - |
| YUV | 232.67 | 133.26 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 242 | 0 | 0.13 | 0.05 | 0.00 | 321.18 | 0.94 | 0.93 |
| Hex | FE | DC | F2 | 0 | D | 5 | 0 | 141 | 5E | 5D |
| Octal | 376 | 334 | 362 | 0 | 15 | 5 | 0 | 501 | 136 | 135 |
| Binary | 11111110 | 11011100 | 11110010 | 0 | 1101 | 101 | 0 | 101000001 | 1011110 | 1011101 |
Color Harmonies of #FEDCF2
Complementary color
Monochromatic Colors of #FEDCF2
Black with #FEDCF2
Text Example
Text Example
White with #FEDCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCF2; }
p { color: rgb(254,220,242); }
H1.HeaderClassName
{
color: #FEDCF2;
}
.AnyTagClassName
{
color: #FEDCF2;
}
</style>
background-color css
<style>
a { background-color: #FEDCF2; }
a { background-color: rgb(254,220,242); }
div.DivClassName
{
background-color: #FEDCF2;
}
.BgClassName
{
background-color: #FEDCF2;
}
</style>
border-color css
<style>
span { border-color: #FEDCF2; }
span { border-color: rgb(254,220,242); }
td.TdClassName
{
border-color: #FEDCF2;
}
.TagClassName
{
border-color: #FEDCF2;
}
</style>