Shades of Pig Pink #FEDFE8
Tints of Pig Pink #FEDFE8
RGB
CMYK
RGB Variations
Color information
#FEDFE8 (or 0xFEDFE8) is known color: Pig Pink. HEX triplet: FE, DF and E8. RGB value is (254,223,232). Sum of RGB (Red+Green+Blue) = 254+223+232=709 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.83% from 709); Green value is 223 (87.5% from 255 or 31.45% from 709); Blue value is 232 (91.02% from 255 or 32.72% from 709); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDFE8 is #012017. Grayscale: #E9E9E9. Windows color (decimal): -73752 or 15261694. OLE color: 15261694.
HSL color Cylindrical-coordinate representation of color #FEDFE8: hue angle of 342.58º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEDFE8 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 232 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.00 |
| HSL | 342.58º | 0.94% | 0.94% | - |
| HSV(B) | 342.58º | 0.12% | 1% | - |
| XYZ | 81.83 | 79.67 | 87.41 | - |
| YUV | 233.3 | 127.27 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 232 | 0 | 0.12 | 0.09 | 0.00 | 342.58 | 0.94 | 0.94 |
| Hex | FE | DF | E8 | 0 | C | 9 | 0 | 157 | 5E | 5E |
| Octal | 376 | 337 | 350 | 0 | 14 | 11 | 0 | 527 | 136 | 136 |
| Binary | 11111110 | 11011111 | 11101000 | 0 | 1100 | 1001 | 0 | 101010111 | 1011110 | 1011110 |
Color Harmonies of #FEDFE8
Complementary color
Monochromatic Colors of #FEDFE8
Black with #FEDFE8
Text Example
Text Example
White with #FEDFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFE8; }
p { color: rgb(254,223,232); }
H1.HeaderClassName
{
color: #FEDFE8;
}
.AnyTagClassName
{
color: #FEDFE8;
}
</style>
background-color css
<style>
a { background-color: #FEDFE8; }
a { background-color: rgb(254,223,232); }
div.DivClassName
{
background-color: #FEDFE8;
}
.BgClassName
{
background-color: #FEDFE8;
}
</style>
border-color css
<style>
span { border-color: #FEDFE8; }
span { border-color: rgb(254,223,232); }
td.TdClassName
{
border-color: #FEDFE8;
}
.TagClassName
{
border-color: #FEDFE8;
}
</style>