Shades of Pig Pink #FED4EC
Tints of Pig Pink #FED4EC
RGB
CMYK
RGB Variations
Color information
#FED4EC (or 0xFED4EC) is known color: Pig Pink. HEX triplet: FE, D4 and EC. RGB value is (254,212,236). Sum of RGB (Red+Green+Blue) = 254+212+236=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 212 (83.20% from 255 or 30.20% from 702); Blue value is 236 (92.58% from 255 or 33.62% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED4EC is #012B13. Grayscale: #E3E3E3. Windows color (decimal): -76564 or 15521022. OLE color: 15521022.
HSL color Cylindrical-coordinate representation of color #FED4EC: hue angle of 325.71º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FED4EC is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 212 | 236 | - |
CMYK | 0 | 0.17 | 0.07 | 0.00 |
HSL | 325.71º | 0.95% | 0.91% | - |
HSV(B) | 325.71º | 0.17% | 1% | - |
XYZ | 79.56 | 74.21 | 89.49 | - |
YUV | 227.29 | 132.91 | 147.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 212 | 236 | 0 | 0.17 | 0.07 | 0.00 | 325.71 | 0.95 | 0.91 |
Hex | FE | D4 | EC | 0 | 11 | 7 | 0 | 146 | 5F | 5B |
Octal | 376 | 324 | 354 | 0 | 21 | 7 | 0 | 506 | 137 | 133 |
Binary | 11111110 | 11010100 | 11101100 | 0 | 10001 | 111 | 0 | 101000110 | 1011111 | 1011011 |
Color Harmonies of #FED4EC
Complementary color
Monochromatic Colors of #FED4EC
Black with #FED4EC
Text Example
Text Example
White with #FED4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED4EC; }
p { color: rgb(254,212,236); }
H1.HeaderClassName
{
color: #FED4EC;
}
.AnyTagClassName
{
color: #FED4EC;
}
</style>
background-color css
<style>
a { background-color: #FED4EC; }
a { background-color: rgb(254,212,236); }
div.DivClassName
{
background-color: #FED4EC;
}
.BgClassName
{
background-color: #FED4EC;
}
</style>
border-color css
<style>
span { border-color: #FED4EC; }
span { border-color: rgb(254,212,236); }
td.TdClassName
{
border-color: #FED4EC;
}
.TagClassName
{
border-color: #FED4EC;
}
</style>