Shades of Pig Pink #FEDDEB
Tints of Pig Pink #FEDDEB
RGB
CMYK
RGB Variations
Color information
#FEDDEB (or 0xFEDDEB) is known color: Pig Pink. HEX triplet: FE, DD and EB. RGB value is (254,221,235). Sum of RGB (Red+Green+Blue) = 254+221+235=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 221 (86.72% from 255 or 31.13% from 710); Blue value is 235 (92.19% from 255 or 33.10% from 710); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDDEB is #012214. Grayscale: #E8E8E8. Windows color (decimal): -74261 or 15457790. OLE color: 15457790.
HSL color Cylindrical-coordinate representation of color #FEDDEB: hue angle of 334.55º 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 #FEDDEB is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 235 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.00 |
| HSL | 334.55º | 0.94% | 0.93% | - |
| HSV(B) | 334.55º | 0.13% | 1% | - |
| XYZ | 81.72 | 78.78 | 89.5 | - |
| YUV | 232.46 | 129.43 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 235 | 0 | 0.13 | 0.07 | 0.00 | 334.55 | 0.94 | 0.93 |
| Hex | FE | DD | EB | 0 | D | 7 | 0 | 14F | 5E | 5D |
| Octal | 376 | 335 | 353 | 0 | 15 | 7 | 0 | 517 | 136 | 135 |
| Binary | 11111110 | 11011101 | 11101011 | 0 | 1101 | 111 | 0 | 101001111 | 1011110 | 1011101 |
Color Harmonies of #FEDDEB
Complementary color
Monochromatic Colors of #FEDDEB
Black with #FEDDEB
Text Example
Text Example
White with #FEDDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDDEB; }
p { color: rgb(254,221,235); }
H1.HeaderClassName
{
color: #FEDDEB;
}
.AnyTagClassName
{
color: #FEDDEB;
}
</style>
background-color css
<style>
a { background-color: #FEDDEB; }
a { background-color: rgb(254,221,235); }
div.DivClassName
{
background-color: #FEDDEB;
}
.BgClassName
{
background-color: #FEDDEB;
}
</style>
border-color css
<style>
span { border-color: #FEDDEB; }
span { border-color: rgb(254,221,235); }
td.TdClassName
{
border-color: #FEDDEB;
}
.TagClassName
{
border-color: #FEDDEB;
}
</style>