Shades of Pig Pink #FED7EA
Tints of Pig Pink #FED7EA
RGB
CMYK
RGB Variations
Color information
#FED7EA (or 0xFED7EA) is known color: Pig Pink. HEX triplet: FE, D7 and EA. RGB value is (254,215,234). Sum of RGB (Red+Green+Blue) = 254+215+234=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 215 (84.38% from 255 or 30.58% from 703); Blue value is 234 (91.80% from 255 or 33.29% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED7EA is #012815. Grayscale: #E4E4E4. Windows color (decimal): -75798 or 15390718. OLE color: 15390718.
HSL color Cylindrical-coordinate representation of color #FED7EA: hue angle of 330.77º 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 #FED7EA is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 234 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.00 |
| HSL | 330.77º | 0.95% | 0.92% | - |
| HSV(B) | 330.77º | 0.15% | 1% | - |
| XYZ | 80.02 | 75.61 | 88.22 | - |
| YUV | 228.83 | 130.92 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 234 | 0 | 0.15 | 0.08 | 0.00 | 330.77 | 0.95 | 0.92 |
| Hex | FE | D7 | EA | 0 | F | 8 | 0 | 14B | 5F | 5C |
| Octal | 376 | 327 | 352 | 0 | 17 | 10 | 0 | 513 | 137 | 134 |
| Binary | 11111110 | 11010111 | 11101010 | 0 | 1111 | 1000 | 0 | 101001011 | 1011111 | 1011100 |
Color Harmonies of #FED7EA
Complementary color
Monochromatic Colors of #FED7EA
Black with #FED7EA
Text Example
Text Example
White with #FED7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED7EA; }
p { color: rgb(254,215,234); }
H1.HeaderClassName
{
color: #FED7EA;
}
.AnyTagClassName
{
color: #FED7EA;
}
</style>
background-color css
<style>
a { background-color: #FED7EA; }
a { background-color: rgb(254,215,234); }
div.DivClassName
{
background-color: #FED7EA;
}
.BgClassName
{
background-color: #FED7EA;
}
</style>
border-color css
<style>
span { border-color: #FED7EA; }
span { border-color: rgb(254,215,234); }
td.TdClassName
{
border-color: #FED7EA;
}
.TagClassName
{
border-color: #FED7EA;
}
</style>