Shades of Pig Pink #FEDEEC
Tints of Pig Pink #FEDEEC
RGB
CMYK
RGB Variations
Color information
#FEDEEC (or 0xFEDEEC) is known color: Pig Pink. HEX triplet: FE, DE and EC. RGB value is (254,222,236). Sum of RGB (Red+Green+Blue) = 254+222+236=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 222 (87.11% from 255 or 31.18% from 712); Blue value is 236 (92.58% from 255 or 33.15% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDEEC is #012113. Grayscale: #E9E9E9. Windows color (decimal): -74004 or 15523582. OLE color: 15523582.
HSL color Cylindrical-coordinate representation of color #FEDEEC: hue angle of 333.75º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEDEEC is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 222 | 236 | - |
CMYK | 0 | 0.13 | 0.07 | 0.00 |
HSL | 333.75º | 0.94% | 0.93% | - |
HSV(B) | 333.75º | 0.13% | 1% | - |
XYZ | 82.13 | 79.37 | 90.35 | - |
YUV | 233.16 | 129.6 | 142.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 222 | 236 | 0 | 0.13 | 0.07 | 0.00 | 333.75 | 0.94 | 0.93 |
Hex | FE | DE | EC | 0 | D | 7 | 0 | 14E | 5E | 5D |
Octal | 376 | 336 | 354 | 0 | 15 | 7 | 0 | 516 | 136 | 135 |
Binary | 11111110 | 11011110 | 11101100 | 0 | 1101 | 111 | 0 | 101001110 | 1011110 | 1011101 |
Color Harmonies of #FEDEEC
Complementary color
Monochromatic Colors of #FEDEEC
Black with #FEDEEC
Text Example
Text Example
White with #FEDEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDEEC; }
p { color: rgb(254,222,236); }
H1.HeaderClassName
{
color: #FEDEEC;
}
.AnyTagClassName
{
color: #FEDEEC;
}
</style>
background-color css
<style>
a { background-color: #FEDEEC; }
a { background-color: rgb(254,222,236); }
div.DivClassName
{
background-color: #FEDEEC;
}
.BgClassName
{
background-color: #FEDEEC;
}
</style>
border-color css
<style>
span { border-color: #FEDEEC; }
span { border-color: rgb(254,222,236); }
td.TdClassName
{
border-color: #FEDEEC;
}
.TagClassName
{
border-color: #FEDEEC;
}
</style>