Shades of Pig Pink #FED8F4
Tints of Pig Pink #FED8F4
RGB
CMYK
RGB Variations
Color information
#FED8F4 (or 0xFED8F4) is known color: Pig Pink. HEX triplet: FE, D8 and F4. RGB value is (254,216,244). Sum of RGB (Red+Green+Blue) = 254+216+244=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 216 (84.77% from 255 or 30.25% from 714); Blue value is 244 (95.70% from 255 or 34.17% from 714); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED8F4 is #01270B. Grayscale: #E6E6E6. Windows color (decimal): -75532 or 16046334. OLE color: 16046334.
HSL color Cylindrical-coordinate representation of color #FED8F4: hue angle of 315.79º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FED8F4 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 244 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.00 |
| HSL | 315.79º | 0.95% | 0.92% | - |
| HSV(B) | 315.79º | 0.15% | 1% | - |
| XYZ | 81.76 | 76.71 | 96.09 | - |
| YUV | 230.55 | 135.59 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 244 | 0 | 0.15 | 0.04 | 0.00 | 315.79 | 0.95 | 0.92 |
| Hex | FE | D8 | F4 | 0 | F | 4 | 0 | 13C | 5F | 5C |
| Octal | 376 | 330 | 364 | 0 | 17 | 4 | 0 | 474 | 137 | 134 |
| Binary | 11111110 | 11011000 | 11110100 | 0 | 1111 | 100 | 0 | 100111100 | 1011111 | 1011100 |
Color Harmonies of #FED8F4
Complementary color
Monochromatic Colors of #FED8F4
Black with #FED8F4
Text Example
Text Example
White with #FED8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED8F4; }
p { color: rgb(254,216,244); }
H1.HeaderClassName
{
color: #FED8F4;
}
.AnyTagClassName
{
color: #FED8F4;
}
</style>
background-color css
<style>
a { background-color: #FED8F4; }
a { background-color: rgb(254,216,244); }
div.DivClassName
{
background-color: #FED8F4;
}
.BgClassName
{
background-color: #FED8F4;
}
</style>
border-color css
<style>
span { border-color: #FED8F4; }
span { border-color: rgb(254,216,244); }
td.TdClassName
{
border-color: #FED8F4;
}
.TagClassName
{
border-color: #FED8F4;
}
</style>