Shades of Pig Pink #FED1E9
Tints of Pig Pink #FED1E9
RGB
CMYK
RGB Variations
Color information
#FED1E9 (or 0xFED1E9) is known color: Pig Pink. HEX triplet: FE, D1 and E9. RGB value is (254,209,233). Sum of RGB (Red+Green+Blue) = 254+209+233=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 209 (82.03% from 255 or 30.03% from 696); Blue value is 233 (91.41% from 255 or 33.48% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED1E9 is #012E16. Grayscale: #E1E1E1. Windows color (decimal): -77335 or 15323646. OLE color: 15323646.
HSL color Cylindrical-coordinate representation of color #FED1E9: hue angle of 328º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FED1E9 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 233 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.00 |
| HSL | 328º | 0.96% | 0.91% | - |
| HSV(B) | 328º | 0.18% | 1% | - |
| XYZ | 78.38 | 72.55 | 86.96 | - |
| YUV | 225.19 | 132.41 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 233 | 0 | 0.18 | 0.08 | 0.00 | 328 | 0.96 | 0.91 |
| Hex | FE | D1 | E9 | 0 | 12 | 8 | 0 | 148 | 60 | 5B |
| Octal | 376 | 321 | 351 | 0 | 22 | 10 | 0 | 510 | 140 | 133 |
| Binary | 11111110 | 11010001 | 11101001 | 0 | 10010 | 1000 | 0 | 101001000 | 1100000 | 1011011 |
Color Harmonies of #FED1E9
Complementary color
Monochromatic Colors of #FED1E9
Black with #FED1E9
Text Example
Text Example
White with #FED1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED1E9; }
p { color: rgb(254,209,233); }
H1.HeaderClassName
{
color: #FED1E9;
}
.AnyTagClassName
{
color: #FED1E9;
}
</style>
background-color css
<style>
a { background-color: #FED1E9; }
a { background-color: rgb(254,209,233); }
div.DivClassName
{
background-color: #FED1E9;
}
.BgClassName
{
background-color: #FED1E9;
}
</style>
border-color css
<style>
span { border-color: #FED1E9; }
span { border-color: rgb(254,209,233); }
td.TdClassName
{
border-color: #FED1E9;
}
.TagClassName
{
border-color: #FED1E9;
}
</style>