Shades of Pig Pink #FED8ED
Tints of Pig Pink #FED8ED
RGB
CMYK
RGB Variations
Color information
#FED8ED (or 0xFED8ED) is known color: Pig Pink. HEX triplet: FE, D8 and ED. RGB value is (254,216,237). Sum of RGB (Red+Green+Blue) = 254+216+237=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 216 (84.77% from 255 or 30.55% from 707); Blue value is 237 (92.97% from 255 or 33.52% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED8ED is #012712. Grayscale: #E5E5E5. Windows color (decimal): -75539 or 15587582. OLE color: 15587582.
HSL color Cylindrical-coordinate representation of color #FED8ED: hue angle of 326.84º 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 #FED8ED is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 216 | 237 | - |
CMYK | 0 | 0.15 | 0.07 | 0.00 |
HSL | 326.84º | 0.95% | 0.92% | - |
HSV(B) | 326.84º | 0.15% | 1% | - |
XYZ | 80.71 | 76.3 | 90.59 | - |
YUV | 229.76 | 132.09 | 145.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 216 | 237 | 0 | 0.15 | 0.07 | 0.00 | 326.84 | 0.95 | 0.92 |
Hex | FE | D8 | ED | 0 | F | 7 | 0 | 147 | 5F | 5C |
Octal | 376 | 330 | 355 | 0 | 17 | 7 | 0 | 507 | 137 | 134 |
Binary | 11111110 | 11011000 | 11101101 | 0 | 1111 | 111 | 0 | 101000111 | 1011111 | 1011100 |
Color Harmonies of #FED8ED
Complementary color
Monochromatic Colors of #FED8ED
Black with #FED8ED
Text Example
Text Example
White with #FED8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED8ED; }
p { color: rgb(254,216,237); }
H1.HeaderClassName
{
color: #FED8ED;
}
.AnyTagClassName
{
color: #FED8ED;
}
</style>
background-color css
<style>
a { background-color: #FED8ED; }
a { background-color: rgb(254,216,237); }
div.DivClassName
{
background-color: #FED8ED;
}
.BgClassName
{
background-color: #FED8ED;
}
</style>
border-color css
<style>
span { border-color: #FED8ED; }
span { border-color: rgb(254,216,237); }
td.TdClassName
{
border-color: #FED8ED;
}
.TagClassName
{
border-color: #FED8ED;
}
</style>