Shades of Pig Pink #FEDFEE
Tints of Pig Pink #FEDFEE
RGB
CMYK
RGB Variations
Color information
#FEDFEE (or 0xFEDFEE) is known color: Pig Pink. HEX triplet: FE, DF and EE. RGB value is (254,223,238). Sum of RGB (Red+Green+Blue) = 254+223+238=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 223 (87.5% from 255 or 31.19% from 715); Blue value is 238 (93.36% from 255 or 33.29% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDFEE is #012011. Grayscale: #E9E9E9. Windows color (decimal): -73746 or 15654910. OLE color: 15654910.
HSL color Cylindrical-coordinate representation of color #FEDFEE: hue angle of 330.97º 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 #FEDFEE is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 238 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.00 |
| HSL | 330.97º | 0.94% | 0.94% | - |
| HSV(B) | 330.97º | 0.12% | 1% | - |
| XYZ | 82.69 | 80.02 | 91.98 | - |
| YUV | 233.98 | 130.27 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 238 | 0 | 0.12 | 0.06 | 0.00 | 330.97 | 0.94 | 0.94 |
| Hex | FE | DF | EE | 0 | C | 6 | 0 | 14B | 5E | 5E |
| Octal | 376 | 337 | 356 | 0 | 14 | 6 | 0 | 513 | 136 | 136 |
| Binary | 11111110 | 11011111 | 11101110 | 0 | 1100 | 110 | 0 | 101001011 | 1011110 | 1011110 |
Color Harmonies of #FEDFEE
Complementary color
Monochromatic Colors of #FEDFEE
Black with #FEDFEE
Text Example
Text Example
White with #FEDFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFEE; }
p { color: rgb(254,223,238); }
H1.HeaderClassName
{
color: #FEDFEE;
}
.AnyTagClassName
{
color: #FEDFEE;
}
</style>
background-color css
<style>
a { background-color: #FEDFEE; }
a { background-color: rgb(254,223,238); }
div.DivClassName
{
background-color: #FEDFEE;
}
.BgClassName
{
background-color: #FEDFEE;
}
</style>
border-color css
<style>
span { border-color: #FEDFEE; }
span { border-color: rgb(254,223,238); }
td.TdClassName
{
border-color: #FEDFEE;
}
.TagClassName
{
border-color: #FEDFEE;
}
</style>