Shades of Pig Pink #FED4E4
Tints of Pig Pink #FED4E4
RGB
CMYK
RGB Variations
Color information
#FED4E4 (or 0xFED4E4) is known color: Pig Pink. HEX triplet: FE, D4 and E4. RGB value is (254,212,228). Sum of RGB (Red+Green+Blue) = 254+212+228=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 212 (83.20% from 255 or 30.55% from 694); Blue value is 228 (89.45% from 255 or 32.85% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4E4 is #012B1B. Grayscale: #E2E2E2. Windows color (decimal): -76572 or 14996734. OLE color: 14996734.
HSL color Cylindrical-coordinate representation of color #FED4E4: hue angle of 337.14º 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 #FED4E4 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 228 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.00 |
| HSL | 337.14º | 0.95% | 0.91% | - |
| HSV(B) | 337.14º | 0.17% | 1% | - |
| XYZ | 78.42 | 73.76 | 83.5 | - |
| YUV | 226.38 | 128.91 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 228 | 0 | 0.17 | 0.10 | 0.00 | 337.14 | 0.95 | 0.91 |
| Hex | FE | D4 | E4 | 0 | 11 | A | 0 | 151 | 5F | 5B |
| Octal | 376 | 324 | 344 | 0 | 21 | 12 | 0 | 521 | 137 | 133 |
| Binary | 11111110 | 11010100 | 11100100 | 0 | 10001 | 1010 | 0 | 101010001 | 1011111 | 1011011 |
Color Harmonies of #FED4E4
Complementary color
Monochromatic Colors of #FED4E4
Black with #FED4E4
Text Example
Text Example
White with #FED4E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED4E4; }
p { color: rgb(254,212,228); }
H1.HeaderClassName
{
color: #FED4E4;
}
.AnyTagClassName
{
color: #FED4E4;
}
</style>
background-color css
<style>
a { background-color: #FED4E4; }
a { background-color: rgb(254,212,228); }
div.DivClassName
{
background-color: #FED4E4;
}
.BgClassName
{
background-color: #FED4E4;
}
</style>
border-color css
<style>
span { border-color: #FED4E4; }
span { border-color: rgb(254,212,228); }
td.TdClassName
{
border-color: #FED4E4;
}
.TagClassName
{
border-color: #FED4E4;
}
</style>