Shades of Pig Pink #FED7E8
Tints of Pig Pink #FED7E8
RGB
CMYK
RGB Variations
Color information
#FED7E8 (or 0xFED7E8) is known color: Pig Pink. HEX triplet: FE, D7 and E8. RGB value is (254,215,232). Sum of RGB (Red+Green+Blue) = 254+215+232=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 215 (84.38% from 255 or 30.67% from 701); Blue value is 232 (91.02% from 255 or 33.10% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED7E8 is #012817. Grayscale: #E4E4E4. Windows color (decimal): -75800 or 15259646. OLE color: 15259646.
HSL color Cylindrical-coordinate representation of color #FED7E8: hue angle of 333.85º 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 #FED7E8 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 232 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.00 |
| HSL | 333.85º | 0.95% | 0.92% | - |
| HSV(B) | 333.85º | 0.15% | 1% | - |
| XYZ | 79.74 | 75.5 | 86.71 | - |
| YUV | 228.6 | 129.92 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 232 | 0 | 0.15 | 0.09 | 0.00 | 333.85 | 0.95 | 0.92 |
| Hex | FE | D7 | E8 | 0 | F | 9 | 0 | 14E | 5F | 5C |
| Octal | 376 | 327 | 350 | 0 | 17 | 11 | 0 | 516 | 137 | 134 |
| Binary | 11111110 | 11010111 | 11101000 | 0 | 1111 | 1001 | 0 | 101001110 | 1011111 | 1011100 |
Color Harmonies of #FED7E8
Complementary color
Monochromatic Colors of #FED7E8
Black with #FED7E8
Text Example
Text Example
White with #FED7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED7E8; }
p { color: rgb(254,215,232); }
H1.HeaderClassName
{
color: #FED7E8;
}
.AnyTagClassName
{
color: #FED7E8;
}
</style>
background-color css
<style>
a { background-color: #FED7E8; }
a { background-color: rgb(254,215,232); }
div.DivClassName
{
background-color: #FED7E8;
}
.BgClassName
{
background-color: #FED7E8;
}
</style>
border-color css
<style>
span { border-color: #FED7E8; }
span { border-color: rgb(254,215,232); }
td.TdClassName
{
border-color: #FED7E8;
}
.TagClassName
{
border-color: #FED7E8;
}
</style>