Shades of Pig Pink #FED2EB
Tints of Pig Pink #FED2EB
RGB
CMYK
RGB Variations
Color information
#FED2EB (or 0xFED2EB) is known color: Pig Pink. HEX triplet: FE, D2 and EB. RGB value is (254,210,235). Sum of RGB (Red+Green+Blue) = 254+210+235=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 210 (82.42% from 255 or 30.04% from 699); Blue value is 235 (92.19% from 255 or 33.62% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED2EB is #012D14. Grayscale: #E1E1E1. Windows color (decimal): -77077 or 15454974. OLE color: 15454974.
HSL color Cylindrical-coordinate representation of color #FED2EB: hue angle of 325.91º 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 #FED2EB is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 235 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.00 |
| HSL | 325.91º | 0.96% | 0.91% | - |
| HSV(B) | 325.91º | 0.17% | 1% | - |
| XYZ | 78.92 | 73.16 | 88.56 | - |
| YUV | 226.01 | 133.08 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 235 | 0 | 0.17 | 0.07 | 0.00 | 325.91 | 0.96 | 0.91 |
| Hex | FE | D2 | EB | 0 | 11 | 7 | 0 | 146 | 60 | 5B |
| Octal | 376 | 322 | 353 | 0 | 21 | 7 | 0 | 506 | 140 | 133 |
| Binary | 11111110 | 11010010 | 11101011 | 0 | 10001 | 111 | 0 | 101000110 | 1100000 | 1011011 |
Color Harmonies of #FED2EB
Complementary color
Monochromatic Colors of #FED2EB
Black with #FED2EB
Text Example
Text Example
White with #FED2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED2EB; }
p { color: rgb(254,210,235); }
H1.HeaderClassName
{
color: #FED2EB;
}
.AnyTagClassName
{
color: #FED2EB;
}
</style>
background-color css
<style>
a { background-color: #FED2EB; }
a { background-color: rgb(254,210,235); }
div.DivClassName
{
background-color: #FED2EB;
}
.BgClassName
{
background-color: #FED2EB;
}
</style>
border-color css
<style>
span { border-color: #FED2EB; }
span { border-color: rgb(254,210,235); }
td.TdClassName
{
border-color: #FED2EB;
}
.TagClassName
{
border-color: #FED2EB;
}
</style>