Shades of Pig Pink #FED7ED
Tints of Pig Pink #FED7ED
RGB
CMYK
RGB Variations
Color information
#FED7ED (or 0xFED7ED) is known color: Pig Pink. HEX triplet: FE, D7 and ED. RGB value is (254,215,237). Sum of RGB (Red+Green+Blue) = 254+215+237=706 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.98% from 706); Green value is 215 (84.38% from 255 or 30.45% from 706); Blue value is 237 (92.97% from 255 or 33.57% from 706); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED7ED is #012812. Grayscale: #E5E5E5. Windows color (decimal): -75795 or 15587326. OLE color: 15587326.
HSL color Cylindrical-coordinate representation of color #FED7ED: hue angle of 326.15º 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 #FED7ED is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 237 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.00 |
| HSL | 326.15º | 0.95% | 0.92% | - |
| HSV(B) | 326.15º | 0.15% | 1% | - |
| XYZ | 80.46 | 75.79 | 90.51 | - |
| YUV | 229.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 237 | 0 | 0.15 | 0.07 | 0.00 | 326.15 | 0.95 | 0.92 |
| Hex | FE | D7 | ED | 0 | F | 7 | 0 | 146 | 5F | 5C |
| Octal | 376 | 327 | 355 | 0 | 17 | 7 | 0 | 506 | 137 | 134 |
| Binary | 11111110 | 11010111 | 11101101 | 0 | 1111 | 111 | 0 | 101000110 | 1011111 | 1011100 |
Color Harmonies of #FED7ED
Complementary color
Monochromatic Colors of #FED7ED
Black with #FED7ED
Text Example
Text Example
White with #FED7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED7ED; }
p { color: rgb(254,215,237); }
H1.HeaderClassName
{
color: #FED7ED;
}
.AnyTagClassName
{
color: #FED7ED;
}
</style>
background-color css
<style>
a { background-color: #FED7ED; }
a { background-color: rgb(254,215,237); }
div.DivClassName
{
background-color: #FED7ED;
}
.BgClassName
{
background-color: #FED7ED;
}
</style>
border-color css
<style>
span { border-color: #FED7ED; }
span { border-color: rgb(254,215,237); }
td.TdClassName
{
border-color: #FED7ED;
}
.TagClassName
{
border-color: #FED7ED;
}
</style>