Shades of Pig Pink #FEDEF5
Tints of Pig Pink #FEDEF5
RGB
CMYK
RGB Variations
Color information
#FEDEF5 (or 0xFEDEF5) is known color: Pig Pink. HEX triplet: FE, DE and F5. RGB value is (254,222,245). Sum of RGB (Red+Green+Blue) = 254+222+245=721 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.23% from 721); Green value is 222 (87.11% from 255 or 30.79% from 721); Blue value is 245 (96.09% from 255 or 33.98% from 721); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDEF5 is #01210A. Grayscale: #EAEAEA. Windows color (decimal): -73995 or 16113406. OLE color: 16113406.
HSL color Cylindrical-coordinate representation of color #FEDEF5: hue angle of 316.88º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEDEF5 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 245 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.00 |
| HSL | 316.88º | 0.94% | 0.93% | - |
| HSV(B) | 316.88º | 0.13% | 1% | - |
| XYZ | 83.48 | 79.91 | 97.41 | - |
| YUV | 234.19 | 134.1 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 245 | 0 | 0.13 | 0.04 | 0.00 | 316.88 | 0.94 | 0.93 |
| Hex | FE | DE | F5 | 0 | D | 4 | 0 | 13D | 5E | 5D |
| Octal | 376 | 336 | 365 | 0 | 15 | 4 | 0 | 475 | 136 | 135 |
| Binary | 11111110 | 11011110 | 11110101 | 0 | 1101 | 100 | 0 | 100111101 | 1011110 | 1011101 |
Color Harmonies of #FEDEF5
Complementary color
Monochromatic Colors of #FEDEF5
Black with #FEDEF5
Text Example
Text Example
White with #FEDEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDEF5; }
p { color: rgb(254,222,245); }
H1.HeaderClassName
{
color: #FEDEF5;
}
.AnyTagClassName
{
color: #FEDEF5;
}
</style>
background-color css
<style>
a { background-color: #FEDEF5; }
a { background-color: rgb(254,222,245); }
div.DivClassName
{
background-color: #FEDEF5;
}
.BgClassName
{
background-color: #FEDEF5;
}
</style>
border-color css
<style>
span { border-color: #FEDEF5; }
span { border-color: rgb(254,222,245); }
td.TdClassName
{
border-color: #FEDEF5;
}
.TagClassName
{
border-color: #FEDEF5;
}
</style>