Shades of Pig Pink #FEE0F2
Tints of Pig Pink #FEE0F2
RGB
CMYK
RGB Variations
Color information
#FEE0F2 (or 0xFEE0F2) is known color: Pig Pink. HEX triplet: FE, E0 and F2. RGB value is (254,224,242). Sum of RGB (Red+Green+Blue) = 254+224+242=720 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.28% from 720); Green value is 224 (87.89% from 255 or 31.11% from 720); Blue value is 242 (94.92% from 255 or 33.61% from 720); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE0F2 is #011F0D. Grayscale: #EAEAEA. Windows color (decimal): -73486 or 15917310. OLE color: 15917310.
HSL color Cylindrical-coordinate representation of color #FEE0F2: hue angle of 324º 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 #FEE0F2 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 242 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.00 |
| HSL | 324º | 0.94% | 0.94% | - |
| HSV(B) | 324º | 0.12% | 1% | - |
| XYZ | 83.56 | 80.79 | 95.2 | - |
| YUV | 235.02 | 131.94 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 242 | 0 | 0.12 | 0.05 | 0.00 | 324 | 0.94 | 0.94 |
| Hex | FE | E0 | F2 | 0 | C | 5 | 0 | 144 | 5E | 5E |
| Octal | 376 | 340 | 362 | 0 | 14 | 5 | 0 | 504 | 136 | 136 |
| Binary | 11111110 | 11100000 | 11110010 | 0 | 1100 | 101 | 0 | 101000100 | 1011110 | 1011110 |
Color Harmonies of #FEE0F2
Complementary color
Monochromatic Colors of #FEE0F2
Black with #FEE0F2
Text Example
Text Example
White with #FEE0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE0F2; }
p { color: rgb(254,224,242); }
H1.HeaderClassName
{
color: #FEE0F2;
}
.AnyTagClassName
{
color: #FEE0F2;
}
</style>
background-color css
<style>
a { background-color: #FEE0F2; }
a { background-color: rgb(254,224,242); }
div.DivClassName
{
background-color: #FEE0F2;
}
.BgClassName
{
background-color: #FEE0F2;
}
</style>
border-color css
<style>
span { border-color: #FEE0F2; }
span { border-color: rgb(254,224,242); }
td.TdClassName
{
border-color: #FEE0F2;
}
.TagClassName
{
border-color: #FEE0F2;
}
</style>