Shades of Pig Pink #FED7EC
Tints of Pig Pink #FED7EC
RGB
CMYK
RGB Variations
Color information
#FED7EC (or 0xFED7EC) is known color: Pig Pink. HEX triplet: FE, D7 and EC. RGB value is (254,215,236). Sum of RGB (Red+Green+Blue) = 254+215+236=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 215 (84.38% from 255 or 30.50% from 705); Blue value is 236 (92.58% from 255 or 33.48% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED7EC is #012813. Grayscale: #E5E5E5. Windows color (decimal): -75796 or 15521790. OLE color: 15521790.
HSL color Cylindrical-coordinate representation of color #FED7EC: hue angle of 327.69º 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 #FED7EC is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 215 | 236 | - |
CMYK | 0 | 0.15 | 0.07 | 0.00 |
HSL | 327.69º | 0.95% | 0.92% | - |
HSV(B) | 327.69º | 0.15% | 1% | - |
XYZ | 80.31 | 75.73 | 89.74 | - |
YUV | 229.06 | 131.92 | 145.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 215 | 236 | 0 | 0.15 | 0.07 | 0.00 | 327.69 | 0.95 | 0.92 |
Hex | FE | D7 | EC | 0 | F | 7 | 0 | 148 | 5F | 5C |
Octal | 376 | 327 | 354 | 0 | 17 | 7 | 0 | 510 | 137 | 134 |
Binary | 11111110 | 11010111 | 11101100 | 0 | 1111 | 111 | 0 | 101001000 | 1011111 | 1011100 |
Color Harmonies of #FED7EC
Complementary color
Monochromatic Colors of #FED7EC
Black with #FED7EC
Text Example
Text Example
White with #FED7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED7EC; }
p { color: rgb(254,215,236); }
H1.HeaderClassName
{
color: #FED7EC;
}
.AnyTagClassName
{
color: #FED7EC;
}
</style>
background-color css
<style>
a { background-color: #FED7EC; }
a { background-color: rgb(254,215,236); }
div.DivClassName
{
background-color: #FED7EC;
}
.BgClassName
{
background-color: #FED7EC;
}
</style>
border-color css
<style>
span { border-color: #FED7EC; }
span { border-color: rgb(254,215,236); }
td.TdClassName
{
border-color: #FED7EC;
}
.TagClassName
{
border-color: #FED7EC;
}
</style>