Shades of Pig Pink #FEDEEF
Tints of Pig Pink #FEDEEF
RGB
CMYK
RGB Variations
Color information
#FEDEEF (or 0xFEDEEF) is known color: Pig Pink. HEX triplet: FE, DE and EF. RGB value is (254,222,239). Sum of RGB (Red+Green+Blue) = 254+222+239=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 222 (87.11% from 255 or 31.05% from 715); Blue value is 239 (93.75% from 255 or 33.43% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDEEF is #012110. Grayscale: #E9E9E9. Windows color (decimal): -74001 or 15720190. OLE color: 15720190.
HSL color Cylindrical-coordinate representation of color #FEDEEF: hue angle of 328.12º 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 #FEDEEF is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 239 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.00 |
| HSL | 328.13º | 0.94% | 0.93% | - |
| HSV(B) | 328.13º | 0.13% | 1% | - |
| XYZ | 82.57 | 79.55 | 92.66 | - |
| YUV | 233.51 | 131.1 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 239 | 0 | 0.13 | 0.06 | 0.00 | 328.13 | 0.94 | 0.93 |
| Hex | FE | DE | EF | 0 | D | 6 | 0 | 148 | 5E | 5D |
| Octal | 376 | 336 | 357 | 0 | 15 | 6 | 0 | 510 | 136 | 135 |
| Binary | 11111110 | 11011110 | 11101111 | 0 | 1101 | 110 | 0 | 101001000 | 1011110 | 1011101 |
Color Harmonies of #FEDEEF
Complementary color
Monochromatic Colors of #FEDEEF
Black with #FEDEEF
Text Example
Text Example
White with #FEDEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDEEF; }
p { color: rgb(254,222,239); }
H1.HeaderClassName
{
color: #FEDEEF;
}
.AnyTagClassName
{
color: #FEDEEF;
}
</style>
background-color css
<style>
a { background-color: #FEDEEF; }
a { background-color: rgb(254,222,239); }
div.DivClassName
{
background-color: #FEDEEF;
}
.BgClassName
{
background-color: #FEDEEF;
}
</style>
border-color css
<style>
span { border-color: #FEDEEF; }
span { border-color: rgb(254,222,239); }
td.TdClassName
{
border-color: #FEDEEF;
}
.TagClassName
{
border-color: #FEDEEF;
}
</style>