Shades of Pig Pink #FEDCF4
Tints of Pig Pink #FEDCF4
RGB
CMYK
RGB Variations
Color information
#FEDCF4 (or 0xFEDCF4) is known color: Pig Pink. HEX triplet: FE, DC and F4. RGB value is (254,220,244). Sum of RGB (Red+Green+Blue) = 254+220+244=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 220 (86.33% from 255 or 30.64% from 718); Blue value is 244 (95.70% from 255 or 33.98% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCF4 is #01230B. Grayscale: #E8E8E8. Windows color (decimal): -74508 or 16047358. OLE color: 16047358.
HSL color Cylindrical-coordinate representation of color #FEDCF4: hue angle of 317.65º 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 #FEDCF4 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 244 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.00 |
| HSL | 317.65º | 0.94% | 0.93% | - |
| HSV(B) | 317.65º | 0.13% | 1% | - |
| XYZ | 82.8 | 78.79 | 96.43 | - |
| YUV | 232.9 | 134.26 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 244 | 0 | 0.13 | 0.04 | 0.00 | 317.65 | 0.94 | 0.93 |
| Hex | FE | DC | F4 | 0 | D | 4 | 0 | 13E | 5E | 5D |
| Octal | 376 | 334 | 364 | 0 | 15 | 4 | 0 | 476 | 136 | 135 |
| Binary | 11111110 | 11011100 | 11110100 | 0 | 1101 | 100 | 0 | 100111110 | 1011110 | 1011101 |
Color Harmonies of #FEDCF4
Complementary color
Monochromatic Colors of #FEDCF4
Black with #FEDCF4
Text Example
Text Example
White with #FEDCF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCF4; }
p { color: rgb(254,220,244); }
H1.HeaderClassName
{
color: #FEDCF4;
}
.AnyTagClassName
{
color: #FEDCF4;
}
</style>
background-color css
<style>
a { background-color: #FEDCF4; }
a { background-color: rgb(254,220,244); }
div.DivClassName
{
background-color: #FEDCF4;
}
.BgClassName
{
background-color: #FEDCF4;
}
</style>
border-color css
<style>
span { border-color: #FEDCF4; }
span { border-color: rgb(254,220,244); }
td.TdClassName
{
border-color: #FEDCF4;
}
.TagClassName
{
border-color: #FEDCF4;
}
</style>