Shades of Pig Pink #FED4EE
Tints of Pig Pink #FED4EE
RGB
CMYK
RGB Variations
Color information
#FED4EE (or 0xFED4EE) is known color: Pig Pink. HEX triplet: FE, D4 and EE. RGB value is (254,212,238). Sum of RGB (Red+Green+Blue) = 254+212+238=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 212 (83.20% from 255 or 30.11% from 704); Blue value is 238 (93.36% from 255 or 33.81% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED4EE is #012B11. Grayscale: #E3E3E3. Windows color (decimal): -76562 or 15652094. OLE color: 15652094.
HSL color Cylindrical-coordinate representation of color #FED4EE: hue angle of 322.86º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FED4EE is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 238 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.00 |
| HSL | 322.86º | 0.95% | 0.91% | - |
| HSV(B) | 322.86º | 0.17% | 1% | - |
| XYZ | 79.85 | 74.33 | 91.03 | - |
| YUV | 227.52 | 133.91 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 238 | 0 | 0.17 | 0.06 | 0.00 | 322.86 | 0.95 | 0.91 |
| Hex | FE | D4 | EE | 0 | 11 | 6 | 0 | 143 | 5F | 5B |
| Octal | 376 | 324 | 356 | 0 | 21 | 6 | 0 | 503 | 137 | 133 |
| Binary | 11111110 | 11010100 | 11101110 | 0 | 10001 | 110 | 0 | 101000011 | 1011111 | 1011011 |
Color Harmonies of #FED4EE
Complementary color
Monochromatic Colors of #FED4EE
Black with #FED4EE
Text Example
Text Example
White with #FED4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED4EE; }
p { color: rgb(254,212,238); }
H1.HeaderClassName
{
color: #FED4EE;
}
.AnyTagClassName
{
color: #FED4EE;
}
</style>
background-color css
<style>
a { background-color: #FED4EE; }
a { background-color: rgb(254,212,238); }
div.DivClassName
{
background-color: #FED4EE;
}
.BgClassName
{
background-color: #FED4EE;
}
</style>
border-color css
<style>
span { border-color: #FED4EE; }
span { border-color: rgb(254,212,238); }
td.TdClassName
{
border-color: #FED4EE;
}
.TagClassName
{
border-color: #FED4EE;
}
</style>