Shades of Pig Pink #FED8EB
Tints of Pig Pink #FED8EB
RGB
CMYK
RGB Variations
Color information
#FED8EB (or 0xFED8EB) is known color: Pig Pink. HEX triplet: FE, D8 and EB. RGB value is (254,216,235). Sum of RGB (Red+Green+Blue) = 254+216+235=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 216 (84.77% from 255 or 30.64% from 705); Blue value is 235 (92.19% from 255 or 33.33% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED8EB is #012714. Grayscale: #E5E5E5. Windows color (decimal): -75541 or 15456510. OLE color: 15456510.
HSL color Cylindrical-coordinate representation of color #FED8EB: hue angle of 330º 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 #FED8EB is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 235 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.00 |
| HSL | 330º | 0.95% | 0.92% | - |
| HSV(B) | 330º | 0.15% | 1% | - |
| XYZ | 80.42 | 76.18 | 89.06 | - |
| YUV | 229.53 | 131.09 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 235 | 0 | 0.15 | 0.07 | 0.00 | 330 | 0.95 | 0.92 |
| Hex | FE | D8 | EB | 0 | F | 7 | 0 | 14A | 5F | 5C |
| Octal | 376 | 330 | 353 | 0 | 17 | 7 | 0 | 512 | 137 | 134 |
| Binary | 11111110 | 11011000 | 11101011 | 0 | 1111 | 111 | 0 | 101001010 | 1011111 | 1011100 |
Color Harmonies of #FED8EB
Complementary color
Monochromatic Colors of #FED8EB
Black with #FED8EB
Text Example
Text Example
White with #FED8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED8EB; }
p { color: rgb(254,216,235); }
H1.HeaderClassName
{
color: #FED8EB;
}
.AnyTagClassName
{
color: #FED8EB;
}
</style>
background-color css
<style>
a { background-color: #FED8EB; }
a { background-color: rgb(254,216,235); }
div.DivClassName
{
background-color: #FED8EB;
}
.BgClassName
{
background-color: #FED8EB;
}
</style>
border-color css
<style>
span { border-color: #FED8EB; }
span { border-color: rgb(254,216,235); }
td.TdClassName
{
border-color: #FED8EB;
}
.TagClassName
{
border-color: #FED8EB;
}
</style>