Shades of Pig Pink #FEDEEE
Tints of Pig Pink #FEDEEE
RGB
CMYK
RGB Variations
Color information
#FEDEEE (or 0xFEDEEE) is known color: Pig Pink. HEX triplet: FE, DE and EE. RGB value is (254,222,238). Sum of RGB (Red+Green+Blue) = 254+222+238=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 222 (87.11% from 255 or 31.09% from 714); Blue value is 238 (93.36% from 255 or 33.33% from 714); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDEEE is #012111. Grayscale: #E9E9E9. Windows color (decimal): -74002 or 15654654. OLE color: 15654654.
HSL color Cylindrical-coordinate representation of color #FEDEEE: hue angle of 330º 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 #FEDEEE is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 238 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.00 |
| HSL | 330º | 0.94% | 0.93% | - |
| HSV(B) | 330º | 0.13% | 1% | - |
| XYZ | 82.43 | 79.49 | 91.89 | - |
| YUV | 233.39 | 130.6 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 238 | 0 | 0.13 | 0.06 | 0.00 | 330 | 0.94 | 0.93 |
| Hex | FE | DE | EE | 0 | D | 6 | 0 | 14A | 5E | 5D |
| Octal | 376 | 336 | 356 | 0 | 15 | 6 | 0 | 512 | 136 | 135 |
| Binary | 11111110 | 11011110 | 11101110 | 0 | 1101 | 110 | 0 | 101001010 | 1011110 | 1011101 |
Color Harmonies of #FEDEEE
Complementary color
Monochromatic Colors of #FEDEEE
Black with #FEDEEE
Text Example
Text Example
White with #FEDEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDEEE; }
p { color: rgb(254,222,238); }
H1.HeaderClassName
{
color: #FEDEEE;
}
.AnyTagClassName
{
color: #FEDEEE;
}
</style>
background-color css
<style>
a { background-color: #FEDEEE; }
a { background-color: rgb(254,222,238); }
div.DivClassName
{
background-color: #FEDEEE;
}
.BgClassName
{
background-color: #FEDEEE;
}
</style>
border-color css
<style>
span { border-color: #FEDEEE; }
span { border-color: rgb(254,222,238); }
td.TdClassName
{
border-color: #FEDEEE;
}
.TagClassName
{
border-color: #FEDEEE;
}
</style>