Shades of Pig Pink #FED8F5
Tints of Pig Pink #FED8F5
RGB
CMYK
RGB Variations
Color information
#FED8F5 (or 0xFED8F5) is known color: Pig Pink. HEX triplet: FE, D8 and F5. RGB value is (254,216,245). Sum of RGB (Red+Green+Blue) = 254+216+245=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 216 (84.77% from 255 or 30.21% from 715); Blue value is 245 (96.09% from 255 or 34.27% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED8F5 is #01270A. Grayscale: #E6E6E6. Windows color (decimal): -75531 or 16111870. OLE color: 16111870.
HSL color Cylindrical-coordinate representation of color #FED8F5: hue angle of 314.21º 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 #FED8F5 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 245 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.00 |
| HSL | 314.21º | 0.95% | 0.92% | - |
| HSV(B) | 314.21º | 0.15% | 1% | - |
| XYZ | 81.91 | 76.78 | 96.89 | - |
| YUV | 230.67 | 136.09 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 245 | 0 | 0.15 | 0.04 | 0.00 | 314.21 | 0.95 | 0.92 |
| Hex | FE | D8 | F5 | 0 | F | 4 | 0 | 13A | 5F | 5C |
| Octal | 376 | 330 | 365 | 0 | 17 | 4 | 0 | 472 | 137 | 134 |
| Binary | 11111110 | 11011000 | 11110101 | 0 | 1111 | 100 | 0 | 100111010 | 1011111 | 1011100 |
Color Harmonies of #FED8F5
Complementary color
Monochromatic Colors of #FED8F5
Black with #FED8F5
Text Example
Text Example
White with #FED8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED8F5; }
p { color: rgb(254,216,245); }
H1.HeaderClassName
{
color: #FED8F5;
}
.AnyTagClassName
{
color: #FED8F5;
}
</style>
background-color css
<style>
a { background-color: #FED8F5; }
a { background-color: rgb(254,216,245); }
div.DivClassName
{
background-color: #FED8F5;
}
.BgClassName
{
background-color: #FED8F5;
}
</style>
border-color css
<style>
span { border-color: #FED8F5; }
span { border-color: rgb(254,216,245); }
td.TdClassName
{
border-color: #FED8F5;
}
.TagClassName
{
border-color: #FED8F5;
}
</style>