Shades of Pig Pink #FEDBEC
Tints of Pig Pink #FEDBEC
RGB
CMYK
RGB Variations
Color information
#FEDBEC (or 0xFEDBEC) is known color: Pig Pink. HEX triplet: FE, DB and EC. RGB value is (254,219,236). Sum of RGB (Red+Green+Blue) = 254+219+236=709 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.83% from 709); Green value is 219 (85.94% from 255 or 30.89% from 709); Blue value is 236 (92.58% from 255 or 33.29% from 709); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDBEC is #012413. Grayscale: #E7E7E7. Windows color (decimal): -74772 or 15522814. OLE color: 15522814.
HSL color Cylindrical-coordinate representation of color #FEDBEC: hue angle of 330.86º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FEDBEC is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 236 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.00 |
| HSL | 330.86º | 0.95% | 0.93% | - |
| HSV(B) | 330.86º | 0.14% | 1% | - |
| XYZ | 81.34 | 77.79 | 90.08 | - |
| YUV | 231.4 | 130.6 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 236 | 0 | 0.14 | 0.07 | 0.00 | 330.86 | 0.95 | 0.93 |
| Hex | FE | DB | EC | 0 | E | 7 | 0 | 14B | 5F | 5D |
| Octal | 376 | 333 | 354 | 0 | 16 | 7 | 0 | 513 | 137 | 135 |
| Binary | 11111110 | 11011011 | 11101100 | 0 | 1110 | 111 | 0 | 101001011 | 1011111 | 1011101 |
Color Harmonies of #FEDBEC
Complementary color
Monochromatic Colors of #FEDBEC
Black with #FEDBEC
Text Example
Text Example
White with #FEDBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBEC; }
p { color: rgb(254,219,236); }
H1.HeaderClassName
{
color: #FEDBEC;
}
.AnyTagClassName
{
color: #FEDBEC;
}
</style>
background-color css
<style>
a { background-color: #FEDBEC; }
a { background-color: rgb(254,219,236); }
div.DivClassName
{
background-color: #FEDBEC;
}
.BgClassName
{
background-color: #FEDBEC;
}
</style>
border-color css
<style>
span { border-color: #FEDBEC; }
span { border-color: rgb(254,219,236); }
td.TdClassName
{
border-color: #FEDBEC;
}
.TagClassName
{
border-color: #FEDBEC;
}
</style>