Shades of Pig Pink #FED0E9
Tints of Pig Pink #FED0E9
RGB
CMYK
RGB Variations
Color information
#FED0E9 (or 0xFED0E9) is known color: Pig Pink. HEX triplet: FE, D0 and E9. RGB value is (254,208,233). Sum of RGB (Red+Green+Blue) = 254+208+233=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 208 (81.64% from 255 or 29.93% from 695); Blue value is 233 (91.41% from 255 or 33.53% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED0E9 is #012F16. Grayscale: #E0E0E0. Windows color (decimal): -77591 or 15323390. OLE color: 15323390.
HSL color Cylindrical-coordinate representation of color #FED0E9: hue angle of 327.39º 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 #FED0E9 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 233 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.00 |
| HSL | 327.39º | 0.96% | 0.91% | - |
| HSV(B) | 327.39º | 0.18% | 1% | - |
| XYZ | 78.14 | 72.07 | 86.88 | - |
| YUV | 224.6 | 132.74 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 233 | 0 | 0.18 | 0.08 | 0.00 | 327.39 | 0.96 | 0.91 |
| Hex | FE | D0 | E9 | 0 | 12 | 8 | 0 | 147 | 60 | 5B |
| Octal | 376 | 320 | 351 | 0 | 22 | 10 | 0 | 507 | 140 | 133 |
| Binary | 11111110 | 11010000 | 11101001 | 0 | 10010 | 1000 | 0 | 101000111 | 1100000 | 1011011 |
Color Harmonies of #FED0E9
Complementary color
Monochromatic Colors of #FED0E9
Black with #FED0E9
Text Example
Text Example
White with #FED0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED0E9; }
p { color: rgb(254,208,233); }
H1.HeaderClassName
{
color: #FED0E9;
}
.AnyTagClassName
{
color: #FED0E9;
}
</style>
background-color css
<style>
a { background-color: #FED0E9; }
a { background-color: rgb(254,208,233); }
div.DivClassName
{
background-color: #FED0E9;
}
.BgClassName
{
background-color: #FED0E9;
}
</style>
border-color css
<style>
span { border-color: #FED0E9; }
span { border-color: rgb(254,208,233); }
td.TdClassName
{
border-color: #FED0E9;
}
.TagClassName
{
border-color: #FED0E9;
}
</style>