Shades of Pig Pink #FEDAEA
Tints of Pig Pink #FEDAEA
RGB
CMYK
RGB Variations
Color information
#FEDAEA (or 0xFEDAEA) is known color: Pig Pink. HEX triplet: FE, DA and EA. RGB value is (254,218,234). Sum of RGB (Red+Green+Blue) = 254+218+234=706 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.98% from 706); Green value is 218 (85.55% from 255 or 30.88% from 706); Blue value is 234 (91.80% from 255 or 33.14% from 706); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDAEA is #012515. Grayscale: #E6E6E6. Windows color (decimal): -75030 or 15391486. OLE color: 15391486.
HSL color Cylindrical-coordinate representation of color #FEDAEA: hue angle of 333.33º 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 #FEDAEA is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 234 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.00 |
| HSL | 333.33º | 0.95% | 0.93% | - |
| HSV(B) | 333.33º | 0.14% | 1% | - |
| XYZ | 80.8 | 77.15 | 88.48 | - |
| YUV | 230.59 | 129.93 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 234 | 0 | 0.14 | 0.08 | 0.00 | 333.33 | 0.95 | 0.93 |
| Hex | FE | DA | EA | 0 | E | 8 | 0 | 14D | 5F | 5D |
| Octal | 376 | 332 | 352 | 0 | 16 | 10 | 0 | 515 | 137 | 135 |
| Binary | 11111110 | 11011010 | 11101010 | 0 | 1110 | 1000 | 0 | 101001101 | 1011111 | 1011101 |
Color Harmonies of #FEDAEA
Complementary color
Monochromatic Colors of #FEDAEA
Black with #FEDAEA
Text Example
Text Example
White with #FEDAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDAEA; }
p { color: rgb(254,218,234); }
H1.HeaderClassName
{
color: #FEDAEA;
}
.AnyTagClassName
{
color: #FEDAEA;
}
</style>
background-color css
<style>
a { background-color: #FEDAEA; }
a { background-color: rgb(254,218,234); }
div.DivClassName
{
background-color: #FEDAEA;
}
.BgClassName
{
background-color: #FEDAEA;
}
</style>
border-color css
<style>
span { border-color: #FEDAEA; }
span { border-color: rgb(254,218,234); }
td.TdClassName
{
border-color: #FEDAEA;
}
.TagClassName
{
border-color: #FEDAEA;
}
</style>