Shades of Pig Pink #FEDAE8
Tints of Pig Pink #FEDAE8
RGB
CMYK
RGB Variations
Color information
#FEDAE8 (or 0xFEDAE8) is known color: Pig Pink. HEX triplet: FE, DA and E8. RGB value is (254,218,232). Sum of RGB (Red+Green+Blue) = 254+218+232=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 218 (85.55% from 255 or 30.97% from 704); Blue value is 232 (91.02% from 255 or 32.95% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDAE8 is #012517. Grayscale: #E6E6E6. Windows color (decimal): -75032 or 15260414. OLE color: 15260414.
HSL color Cylindrical-coordinate representation of color #FEDAE8: hue angle of 336.67º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FEDAE8 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 232 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.00 |
| HSL | 336.67º | 0.95% | 0.93% | - |
| HSV(B) | 336.67º | 0.14% | 1% | - |
| XYZ | 80.51 | 77.04 | 86.97 | - |
| YUV | 230.36 | 128.93 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 232 | 0 | 0.14 | 0.09 | 0.00 | 336.67 | 0.95 | 0.93 |
| Hex | FE | DA | E8 | 0 | E | 9 | 0 | 151 | 5F | 5D |
| Octal | 376 | 332 | 350 | 0 | 16 | 11 | 0 | 521 | 137 | 135 |
| Binary | 11111110 | 11011010 | 11101000 | 0 | 1110 | 1001 | 0 | 101010001 | 1011111 | 1011101 |
Color Harmonies of #FEDAE8
Complementary color
Monochromatic Colors of #FEDAE8
Black with #FEDAE8
Text Example
Text Example
White with #FEDAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDAE8; }
p { color: rgb(254,218,232); }
H1.HeaderClassName
{
color: #FEDAE8;
}
.AnyTagClassName
{
color: #FEDAE8;
}
</style>
background-color css
<style>
a { background-color: #FEDAE8; }
a { background-color: rgb(254,218,232); }
div.DivClassName
{
background-color: #FEDAE8;
}
.BgClassName
{
background-color: #FEDAE8;
}
</style>
border-color css
<style>
span { border-color: #FEDAE8; }
span { border-color: rgb(254,218,232); }
td.TdClassName
{
border-color: #FEDAE8;
}
.TagClassName
{
border-color: #FEDAE8;
}
</style>