Shades of Pig Pink #FED0E2
Tints of Pig Pink #FED0E2
RGB
CMYK
RGB Variations
Color information
#FED0E2 (or 0xFED0E2) is known color: Pig Pink. HEX triplet: FE, D0 and E2. RGB value is (254,208,226). Sum of RGB (Red+Green+Blue) = 254+208+226=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 208 (81.64% from 255 or 30.23% from 688); Blue value is 226 (88.67% from 255 or 32.85% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED0E2 is #012F1D. Grayscale: #DFDFDF. Windows color (decimal): -77598 or 14864638. OLE color: 14864638.
HSL color Cylindrical-coordinate representation of color #FED0E2: hue angle of 336.52º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FED0E2 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 226 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.00 |
| HSL | 336.52º | 0.96% | 0.91% | - |
| HSV(B) | 336.52º | 0.18% | 1% | - |
| XYZ | 77.16 | 71.67 | 81.72 | - |
| YUV | 223.81 | 129.24 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 226 | 0 | 0.18 | 0.11 | 0.00 | 336.52 | 0.96 | 0.91 |
| Hex | FE | D0 | E2 | 0 | 12 | B | 0 | 151 | 60 | 5B |
| Octal | 376 | 320 | 342 | 0 | 22 | 13 | 0 | 521 | 140 | 133 |
| Binary | 11111110 | 11010000 | 11100010 | 0 | 10010 | 1011 | 0 | 101010001 | 1100000 | 1011011 |
Color Harmonies of #FED0E2
Complementary color
Monochromatic Colors of #FED0E2
Black with #FED0E2
Text Example
Text Example
White with #FED0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED0E2; }
p { color: rgb(254,208,226); }
H1.HeaderClassName
{
color: #FED0E2;
}
.AnyTagClassName
{
color: #FED0E2;
}
</style>
background-color css
<style>
a { background-color: #FED0E2; }
a { background-color: rgb(254,208,226); }
div.DivClassName
{
background-color: #FED0E2;
}
.BgClassName
{
background-color: #FED0E2;
}
</style>
border-color css
<style>
span { border-color: #FED0E2; }
span { border-color: rgb(254,208,226); }
td.TdClassName
{
border-color: #FED0E2;
}
.TagClassName
{
border-color: #FED0E2;
}
</style>