Shades of Pig Pink #FED2E9
Tints of Pig Pink #FED2E9
RGB
CMYK
RGB Variations
Color information
#FED2E9 (or 0xFED2E9) is known color: Pig Pink. HEX triplet: FE, D2 and E9. RGB value is (254,210,233). Sum of RGB (Red+Green+Blue) = 254+210+233=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 210 (82.42% from 255 or 30.13% from 697); Blue value is 233 (91.41% from 255 or 33.43% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED2E9 is #012D16. Grayscale: #E1E1E1. Windows color (decimal): -77079 or 15323902. OLE color: 15323902.
HSL color Cylindrical-coordinate representation of color #FED2E9: hue angle of 328.64º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FED2E9 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 233 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.00 |
| HSL | 328.64º | 0.96% | 0.91% | - |
| HSV(B) | 328.64º | 0.17% | 1% | - |
| XYZ | 78.63 | 73.05 | 87.05 | - |
| YUV | 225.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 233 | 0 | 0.17 | 0.08 | 0.00 | 328.64 | 0.96 | 0.91 |
| Hex | FE | D2 | E9 | 0 | 11 | 8 | 0 | 149 | 60 | 5B |
| Octal | 376 | 322 | 351 | 0 | 21 | 10 | 0 | 511 | 140 | 133 |
| Binary | 11111110 | 11010010 | 11101001 | 0 | 10001 | 1000 | 0 | 101001001 | 1100000 | 1011011 |
Color Harmonies of #FED2E9
Complementary color
Monochromatic Colors of #FED2E9
Black with #FED2E9
Text Example
Text Example
White with #FED2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED2E9; }
p { color: rgb(254,210,233); }
H1.HeaderClassName
{
color: #FED2E9;
}
.AnyTagClassName
{
color: #FED2E9;
}
</style>
background-color css
<style>
a { background-color: #FED2E9; }
a { background-color: rgb(254,210,233); }
div.DivClassName
{
background-color: #FED2E9;
}
.BgClassName
{
background-color: #FED2E9;
}
</style>
border-color css
<style>
span { border-color: #FED2E9; }
span { border-color: rgb(254,210,233); }
td.TdClassName
{
border-color: #FED2E9;
}
.TagClassName
{
border-color: #FED2E9;
}
</style>