Shades of Pig Pink #FEDFEF
Tints of Pig Pink #FEDFEF
RGB
CMYK
RGB Variations
Color information
#FEDFEF (or 0xFEDFEF) is known color: Pig Pink. HEX triplet: FE, DF and EF. RGB value is (254,223,239). Sum of RGB (Red+Green+Blue) = 254+223+239=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 223 (87.5% from 255 or 31.15% from 716); Blue value is 239 (93.75% from 255 or 33.38% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDFEF is #012010. Grayscale: #EAEAEA. Windows color (decimal): -73745 or 15720446. OLE color: 15720446.
HSL color Cylindrical-coordinate representation of color #FEDFEF: hue angle of 329.03º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEDFEF is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 239 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.00 |
| HSL | 329.03º | 0.94% | 0.94% | - |
| HSV(B) | 329.03º | 0.12% | 1% | - |
| XYZ | 82.84 | 80.08 | 92.75 | - |
| YUV | 234.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 239 | 0 | 0.12 | 0.06 | 0.00 | 329.03 | 0.94 | 0.94 |
| Hex | FE | DF | EF | 0 | C | 6 | 0 | 149 | 5E | 5E |
| Octal | 376 | 337 | 357 | 0 | 14 | 6 | 0 | 511 | 136 | 136 |
| Binary | 11111110 | 11011111 | 11101111 | 0 | 1100 | 110 | 0 | 101001001 | 1011110 | 1011110 |
Color Harmonies of #FEDFEF
Complementary color
Monochromatic Colors of #FEDFEF
Black with #FEDFEF
Text Example
Text Example
White with #FEDFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFEF; }
p { color: rgb(254,223,239); }
H1.HeaderClassName
{
color: #FEDFEF;
}
.AnyTagClassName
{
color: #FEDFEF;
}
</style>
background-color css
<style>
a { background-color: #FEDFEF; }
a { background-color: rgb(254,223,239); }
div.DivClassName
{
background-color: #FEDFEF;
}
.BgClassName
{
background-color: #FEDFEF;
}
</style>
border-color css
<style>
span { border-color: #FEDFEF; }
span { border-color: rgb(254,223,239); }
td.TdClassName
{
border-color: #FEDFEF;
}
.TagClassName
{
border-color: #FEDFEF;
}
</style>