Shades of Pig Pink #FED4E9
Tints of Pig Pink #FED4E9
RGB
CMYK
RGB Variations
Color information
#FED4E9 (or 0xFED4E9) is known color: Pig Pink. HEX triplet: FE, D4 and E9. RGB value is (254,212,233). Sum of RGB (Red+Green+Blue) = 254+212+233=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 212 (83.20% from 255 or 30.33% from 699); Blue value is 233 (91.41% from 255 or 33.33% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED4E9 is #012B16. Grayscale: #E2E2E2. Windows color (decimal): -76567 or 15324414. OLE color: 15324414.
HSL color Cylindrical-coordinate representation of color #FED4E9: hue angle of 330º 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 #FED4E9 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 233 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.00 |
| HSL | 330º | 0.95% | 0.91% | - |
| HSV(B) | 330º | 0.17% | 1% | - |
| XYZ | 79.12 | 74.04 | 87.21 | - |
| YUV | 226.95 | 131.41 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 233 | 0 | 0.17 | 0.08 | 0.00 | 330 | 0.95 | 0.91 |
| Hex | FE | D4 | E9 | 0 | 11 | 8 | 0 | 14A | 5F | 5B |
| Octal | 376 | 324 | 351 | 0 | 21 | 10 | 0 | 512 | 137 | 133 |
| Binary | 11111110 | 11010100 | 11101001 | 0 | 10001 | 1000 | 0 | 101001010 | 1011111 | 1011011 |
Color Harmonies of #FED4E9
Complementary color
Monochromatic Colors of #FED4E9
Black with #FED4E9
Text Example
Text Example
White with #FED4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED4E9; }
p { color: rgb(254,212,233); }
H1.HeaderClassName
{
color: #FED4E9;
}
.AnyTagClassName
{
color: #FED4E9;
}
</style>
background-color css
<style>
a { background-color: #FED4E9; }
a { background-color: rgb(254,212,233); }
div.DivClassName
{
background-color: #FED4E9;
}
.BgClassName
{
background-color: #FED4E9;
}
</style>
border-color css
<style>
span { border-color: #FED4E9; }
span { border-color: rgb(254,212,233); }
td.TdClassName
{
border-color: #FED4E9;
}
.TagClassName
{
border-color: #FED4E9;
}
</style>