Shades of Pig Pink #FED3EE
Tints of Pig Pink #FED3EE
RGB
CMYK
RGB Variations
Color information
#FED3EE (or 0xFED3EE) is known color: Pig Pink. HEX triplet: FE, D3 and EE. RGB value is (254,211,238). Sum of RGB (Red+Green+Blue) = 254+211+238=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 211 (82.81% from 255 or 30.01% from 703); Blue value is 238 (93.36% from 255 or 33.85% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED3EE is #012C11. Grayscale: #E2E2E2. Windows color (decimal): -76818 or 15651838. OLE color: 15651838.
HSL color Cylindrical-coordinate representation of color #FED3EE: hue angle of 322.33º 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 #FED3EE is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 238 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.00 |
| HSL | 322.33º | 0.96% | 0.91% | - |
| HSV(B) | 322.33º | 0.17% | 1% | - |
| XYZ | 79.6 | 73.83 | 90.94 | - |
| YUV | 226.94 | 134.25 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 238 | 0 | 0.17 | 0.06 | 0.00 | 322.33 | 0.96 | 0.91 |
| Hex | FE | D3 | EE | 0 | 11 | 6 | 0 | 142 | 60 | 5B |
| Octal | 376 | 323 | 356 | 0 | 21 | 6 | 0 | 502 | 140 | 133 |
| Binary | 11111110 | 11010011 | 11101110 | 0 | 10001 | 110 | 0 | 101000010 | 1100000 | 1011011 |
Color Harmonies of #FED3EE
Complementary color
Monochromatic Colors of #FED3EE
Black with #FED3EE
Text Example
Text Example
White with #FED3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED3EE; }
p { color: rgb(254,211,238); }
H1.HeaderClassName
{
color: #FED3EE;
}
.AnyTagClassName
{
color: #FED3EE;
}
</style>
background-color css
<style>
a { background-color: #FED3EE; }
a { background-color: rgb(254,211,238); }
div.DivClassName
{
background-color: #FED3EE;
}
.BgClassName
{
background-color: #FED3EE;
}
</style>
border-color css
<style>
span { border-color: #FED3EE; }
span { border-color: rgb(254,211,238); }
td.TdClassName
{
border-color: #FED3EE;
}
.TagClassName
{
border-color: #FED3EE;
}
</style>