Shades of Pig Pink #FED3E1
Tints of Pig Pink #FED3E1
RGB
CMYK
RGB Variations
Color information
#FED3E1 (or 0xFED3E1) is known color: Pig Pink. HEX triplet: FE, D3 and E1. RGB value is (254,211,225). Sum of RGB (Red+Green+Blue) = 254+211+225=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 211 (82.81% from 255 or 30.58% from 690); Blue value is 225 (88.28% from 255 or 32.61% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED3E1 is #012C1E. Grayscale: #E1E1E1. Windows color (decimal): -76831 or 14799870. OLE color: 14799870.
HSL color Cylindrical-coordinate representation of color #FED3E1: hue angle of 340.47º 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 #FED3E1 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 225 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.00 |
| HSL | 340.47º | 0.96% | 0.91% | - |
| HSV(B) | 340.47º | 0.17% | 1% | - |
| XYZ | 77.76 | 73.1 | 81.24 | - |
| YUV | 225.45 | 127.75 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 225 | 0 | 0.17 | 0.11 | 0.00 | 340.47 | 0.96 | 0.91 |
| Hex | FE | D3 | E1 | 0 | 11 | B | 0 | 154 | 60 | 5B |
| Octal | 376 | 323 | 341 | 0 | 21 | 13 | 0 | 524 | 140 | 133 |
| Binary | 11111110 | 11010011 | 11100001 | 0 | 10001 | 1011 | 0 | 101010100 | 1100000 | 1011011 |
Color Harmonies of #FED3E1
Complementary color
Monochromatic Colors of #FED3E1
Black with #FED3E1
Text Example
Text Example
White with #FED3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED3E1; }
p { color: rgb(254,211,225); }
H1.HeaderClassName
{
color: #FED3E1;
}
.AnyTagClassName
{
color: #FED3E1;
}
</style>
background-color css
<style>
a { background-color: #FED3E1; }
a { background-color: rgb(254,211,225); }
div.DivClassName
{
background-color: #FED3E1;
}
.BgClassName
{
background-color: #FED3E1;
}
</style>
border-color css
<style>
span { border-color: #FED3E1; }
span { border-color: rgb(254,211,225); }
td.TdClassName
{
border-color: #FED3E1;
}
.TagClassName
{
border-color: #FED3E1;
}
</style>