Shades of Pig Pink #FED8EA
Tints of Pig Pink #FED8EA
RGB
CMYK
RGB Variations
Color information
#FED8EA (or 0xFED8EA) is known color: Pig Pink. HEX triplet: FE, D8 and EA. RGB value is (254,216,234). Sum of RGB (Red+Green+Blue) = 254+216+234=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 216 (84.77% from 255 or 30.68% from 704); Blue value is 234 (91.80% from 255 or 33.24% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED8EA is #012715. Grayscale: #E5E5E5. Windows color (decimal): -75542 or 15390974. OLE color: 15390974.
HSL color Cylindrical-coordinate representation of color #FED8EA: hue angle of 331.58º 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 #FED8EA is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 234 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.00 |
| HSL | 331.58º | 0.95% | 0.92% | - |
| HSV(B) | 331.58º | 0.15% | 1% | - |
| XYZ | 80.28 | 76.12 | 88.3 | - |
| YUV | 229.41 | 130.59 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 234 | 0 | 0.15 | 0.08 | 0.00 | 331.58 | 0.95 | 0.92 |
| Hex | FE | D8 | EA | 0 | F | 8 | 0 | 14C | 5F | 5C |
| Octal | 376 | 330 | 352 | 0 | 17 | 10 | 0 | 514 | 137 | 134 |
| Binary | 11111110 | 11011000 | 11101010 | 0 | 1111 | 1000 | 0 | 101001100 | 1011111 | 1011100 |
Color Harmonies of #FED8EA
Complementary color
Monochromatic Colors of #FED8EA
Black with #FED8EA
Text Example
Text Example
White with #FED8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED8EA; }
p { color: rgb(254,216,234); }
H1.HeaderClassName
{
color: #FED8EA;
}
.AnyTagClassName
{
color: #FED8EA;
}
</style>
background-color css
<style>
a { background-color: #FED8EA; }
a { background-color: rgb(254,216,234); }
div.DivClassName
{
background-color: #FED8EA;
}
.BgClassName
{
background-color: #FED8EA;
}
</style>
border-color css
<style>
span { border-color: #FED8EA; }
span { border-color: rgb(254,216,234); }
td.TdClassName
{
border-color: #FED8EA;
}
.TagClassName
{
border-color: #FED8EA;
}
</style>