Shades of Pig Pink #FEDDF4
Tints of Pig Pink #FEDDF4
RGB
CMYK
RGB Variations
Color information
#FEDDF4 (or 0xFEDDF4) is known color: Pig Pink. HEX triplet: FE, DD and F4. RGB value is (254,221,244). Sum of RGB (Red+Green+Blue) = 254+221+244=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 221 (86.72% from 255 or 30.74% from 719); Blue value is 244 (95.70% from 255 or 33.94% from 719); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDDF4 is #01220B. Grayscale: #E9E9E9. Windows color (decimal): -74252 or 16047614. OLE color: 16047614.
HSL color Cylindrical-coordinate representation of color #FEDDF4: hue angle of 318.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 #FEDDF4 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 244 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.00 |
| HSL | 318.18º | 0.94% | 0.93% | - |
| HSV(B) | 318.18º | 0.13% | 1% | - |
| XYZ | 83.06 | 79.32 | 96.52 | - |
| YUV | 233.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 244 | 0 | 0.13 | 0.04 | 0.00 | 318.18 | 0.94 | 0.93 |
| Hex | FE | DD | F4 | 0 | D | 4 | 0 | 13E | 5E | 5D |
| Octal | 376 | 335 | 364 | 0 | 15 | 4 | 0 | 476 | 136 | 135 |
| Binary | 11111110 | 11011101 | 11110100 | 0 | 1101 | 100 | 0 | 100111110 | 1011110 | 1011101 |
Color Harmonies of #FEDDF4
Complementary color
Monochromatic Colors of #FEDDF4
Black with #FEDDF4
Text Example
Text Example
White with #FEDDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDDF4; }
p { color: rgb(254,221,244); }
H1.HeaderClassName
{
color: #FEDDF4;
}
.AnyTagClassName
{
color: #FEDDF4;
}
</style>
background-color css
<style>
a { background-color: #FEDDF4; }
a { background-color: rgb(254,221,244); }
div.DivClassName
{
background-color: #FEDDF4;
}
.BgClassName
{
background-color: #FEDDF4;
}
</style>
border-color css
<style>
span { border-color: #FEDDF4; }
span { border-color: rgb(254,221,244); }
td.TdClassName
{
border-color: #FEDDF4;
}
.TagClassName
{
border-color: #FEDDF4;
}
</style>