Shades of Pig Pink #FED8EF
Tints of Pig Pink #FED8EF
RGB
CMYK
RGB Variations
Color information
#FED8EF (or 0xFED8EF) is known color: Pig Pink. HEX triplet: FE, D8 and EF. RGB value is (254,216,239). Sum of RGB (Red+Green+Blue) = 254+216+239=709 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.83% from 709); Green value is 216 (84.77% from 255 or 30.47% from 709); Blue value is 239 (93.75% from 255 or 33.71% from 709); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED8EF is #012710. Grayscale: #E5E5E5. Windows color (decimal): -75537 or 15718654. OLE color: 15718654.
HSL color Cylindrical-coordinate representation of color #FED8EF: hue angle of 323.68º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FED8EF is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 239 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.00 |
| HSL | 323.68º | 0.95% | 0.92% | - |
| HSV(B) | 323.68º | 0.15% | 1% | - |
| XYZ | 81.01 | 76.41 | 92.14 | - |
| YUV | 229.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 239 | 0 | 0.15 | 0.06 | 0.00 | 323.68 | 0.95 | 0.92 |
| Hex | FE | D8 | EF | 0 | F | 6 | 0 | 144 | 5F | 5C |
| Octal | 376 | 330 | 357 | 0 | 17 | 6 | 0 | 504 | 137 | 134 |
| Binary | 11111110 | 11011000 | 11101111 | 0 | 1111 | 110 | 0 | 101000100 | 1011111 | 1011100 |
Color Harmonies of #FED8EF
Complementary color
Monochromatic Colors of #FED8EF
Black with #FED8EF
Text Example
Text Example
White with #FED8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED8EF; }
p { color: rgb(254,216,239); }
H1.HeaderClassName
{
color: #FED8EF;
}
.AnyTagClassName
{
color: #FED8EF;
}
</style>
background-color css
<style>
a { background-color: #FED8EF; }
a { background-color: rgb(254,216,239); }
div.DivClassName
{
background-color: #FED8EF;
}
.BgClassName
{
background-color: #FED8EF;
}
</style>
border-color css
<style>
span { border-color: #FED8EF; }
span { border-color: rgb(254,216,239); }
td.TdClassName
{
border-color: #FED8EF;
}
.TagClassName
{
border-color: #FED8EF;
}
</style>