Shades of Pig Pink #FEE1F0
Tints of Pig Pink #FEE1F0
RGB
CMYK
RGB Variations
Color information
#FEE1F0 (or 0xFEE1F0) is known color: Pig Pink. HEX triplet: FE, E1 and F0. RGB value is (254,225,240). Sum of RGB (Red+Green+Blue) = 254+225+240=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 225 (88.28% from 255 or 31.29% from 719); Blue value is 240 (94.14% from 255 or 33.38% from 719); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE1F0 is #011E0F. Grayscale: #EBEBEB. Windows color (decimal): -73232 or 15786494. OLE color: 15786494.
HSL color Cylindrical-coordinate representation of color #FEE1F0: hue angle of 328.97º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FEE1F0 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 225 | 240 | - |
CMYK | 0 | 0.11 | 0.06 | 0.00 |
HSL | 328.97º | 0.94% | 0.94% | - |
HSV(B) | 328.97º | 0.11% | 1% | - |
XYZ | 83.53 | 81.21 | 93.71 | - |
YUV | 235.38 | 130.61 | 141.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 225 | 240 | 0 | 0.11 | 0.06 | 0.00 | 328.97 | 0.94 | 0.94 |
Hex | FE | E1 | F0 | 0 | B | 6 | 0 | 149 | 5E | 5E |
Octal | 376 | 341 | 360 | 0 | 13 | 6 | 0 | 511 | 136 | 136 |
Binary | 11111110 | 11100001 | 11110000 | 0 | 1011 | 110 | 0 | 101001001 | 1011110 | 1011110 |
Color Harmonies of #FEE1F0
Complementary color
Monochromatic Colors of #FEE1F0
Black with #FEE1F0
Text Example
Text Example
White with #FEE1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE1F0; }
p { color: rgb(254,225,240); }
H1.HeaderClassName
{
color: #FEE1F0;
}
.AnyTagClassName
{
color: #FEE1F0;
}
</style>
background-color css
<style>
a { background-color: #FEE1F0; }
a { background-color: rgb(254,225,240); }
div.DivClassName
{
background-color: #FEE1F0;
}
.BgClassName
{
background-color: #FEE1F0;
}
</style>
border-color css
<style>
span { border-color: #FEE1F0; }
span { border-color: rgb(254,225,240); }
td.TdClassName
{
border-color: #FEE1F0;
}
.TagClassName
{
border-color: #FEE1F0;
}
</style>