Shades of Pig Pink #FEE0ED
Tints of Pig Pink #FEE0ED
RGB
CMYK
RGB Variations
Color information
#FEE0ED (or 0xFEE0ED) is known color: Pig Pink. HEX triplet: FE, E0 and ED. RGB value is (254,224,237). Sum of RGB (Red+Green+Blue) = 254+224+237=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 224 (87.89% from 255 or 31.33% from 715); Blue value is 237 (92.97% from 255 or 33.15% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE0ED is #011F12. Grayscale: #EAEAEA. Windows color (decimal): -73491 or 15589630. OLE color: 15589630.
HSL color Cylindrical-coordinate representation of color #FEE0ED: hue angle of 334º 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 #FEE0ED is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 224 | 237 | - |
CMYK | 0 | 0.12 | 0.07 | 0.00 |
HSL | 334º | 0.94% | 0.94% | - |
HSV(B) | 334º | 0.12% | 1% | - |
XYZ | 82.81 | 80.5 | 91.29 | - |
YUV | 234.45 | 129.44 | 141.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 224 | 237 | 0 | 0.12 | 0.07 | 0.00 | 334 | 0.94 | 0.94 |
Hex | FE | E0 | ED | 0 | C | 7 | 0 | 14E | 5E | 5E |
Octal | 376 | 340 | 355 | 0 | 14 | 7 | 0 | 516 | 136 | 136 |
Binary | 11111110 | 11100000 | 11101101 | 0 | 1100 | 111 | 0 | 101001110 | 1011110 | 1011110 |
Color Harmonies of #FEE0ED
Complementary color
Monochromatic Colors of #FEE0ED
Black with #FEE0ED
Text Example
Text Example
White with #FEE0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE0ED; }
p { color: rgb(254,224,237); }
H1.HeaderClassName
{
color: #FEE0ED;
}
.AnyTagClassName
{
color: #FEE0ED;
}
</style>
background-color css
<style>
a { background-color: #FEE0ED; }
a { background-color: rgb(254,224,237); }
div.DivClassName
{
background-color: #FEE0ED;
}
.BgClassName
{
background-color: #FEE0ED;
}
</style>
border-color css
<style>
span { border-color: #FEE0ED; }
span { border-color: rgb(254,224,237); }
td.TdClassName
{
border-color: #FEE0ED;
}
.TagClassName
{
border-color: #FEE0ED;
}
</style>