Shades of Pig Pink #FED4DF
Tints of Pig Pink #FED4DF
RGB
CMYK
RGB Variations
Color information
#FED4DF (or 0xFED4DF) is known color: Pig Pink. HEX triplet: FE, D4 and DF. RGB value is (254,212,223). Sum of RGB (Red+Green+Blue) = 254+212+223=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 212 (83.20% from 255 or 30.77% from 689); Blue value is 223 (87.5% from 255 or 32.37% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4DF is #012B20. Grayscale: #E1E1E1. Windows color (decimal): -76577 or 14669054. OLE color: 14669054.
HSL color Cylindrical-coordinate representation of color #FED4DF: hue angle of 344.29º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FED4DF is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 223 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.00 |
| HSL | 344.29º | 0.95% | 0.91% | - |
| HSV(B) | 344.29º | 0.17% | 1% | - |
| XYZ | 77.74 | 73.49 | 79.9 | - |
| YUV | 225.81 | 126.41 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 223 | 0 | 0.17 | 0.12 | 0.00 | 344.29 | 0.95 | 0.91 |
| Hex | FE | D4 | DF | 0 | 11 | C | 0 | 158 | 5F | 5B |
| Octal | 376 | 324 | 337 | 0 | 21 | 14 | 0 | 530 | 137 | 133 |
| Binary | 11111110 | 11010100 | 11011111 | 0 | 10001 | 1100 | 0 | 101011000 | 1011111 | 1011011 |
Color Harmonies of #FED4DF
Complementary color
Monochromatic Colors of #FED4DF
Black with #FED4DF
Text Example
Text Example
White with #FED4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED4DF; }
p { color: rgb(254,212,223); }
H1.HeaderClassName
{
color: #FED4DF;
}
.AnyTagClassName
{
color: #FED4DF;
}
</style>
background-color css
<style>
a { background-color: #FED4DF; }
a { background-color: rgb(254,212,223); }
div.DivClassName
{
background-color: #FED4DF;
}
.BgClassName
{
background-color: #FED4DF;
}
</style>
border-color css
<style>
span { border-color: #FED4DF; }
span { border-color: rgb(254,212,223); }
td.TdClassName
{
border-color: #FED4DF;
}
.TagClassName
{
border-color: #FED4DF;
}
</style>