Shades of Pig Pink #FED1EB
Tints of Pig Pink #FED1EB
RGB
CMYK
RGB Variations
Color information
#FED1EB (or 0xFED1EB) is known color: Pig Pink. HEX triplet: FE, D1 and EB. RGB value is (254,209,235). Sum of RGB (Red+Green+Blue) = 254+209+235=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 209 (82.03% from 255 or 29.94% from 698); Blue value is 235 (92.19% from 255 or 33.67% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED1EB is #012E14. Grayscale: #E1E1E1. Windows color (decimal): -77333 or 15454718. OLE color: 15454718.
HSL color Cylindrical-coordinate representation of color #FED1EB: hue angle of 325.33º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FED1EB is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 235 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.00 |
| HSL | 325.33º | 0.96% | 0.91% | - |
| HSV(B) | 325.33º | 0.18% | 1% | - |
| XYZ | 78.67 | 72.67 | 88.48 | - |
| YUV | 225.42 | 133.41 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 235 | 0 | 0.18 | 0.07 | 0.00 | 325.33 | 0.96 | 0.91 |
| Hex | FE | D1 | EB | 0 | 12 | 7 | 0 | 145 | 60 | 5B |
| Octal | 376 | 321 | 353 | 0 | 22 | 7 | 0 | 505 | 140 | 133 |
| Binary | 11111110 | 11010001 | 11101011 | 0 | 10010 | 111 | 0 | 101000101 | 1100000 | 1011011 |
Color Harmonies of #FED1EB
Complementary color
Monochromatic Colors of #FED1EB
Black with #FED1EB
Text Example
Text Example
White with #FED1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED1EB; }
p { color: rgb(254,209,235); }
H1.HeaderClassName
{
color: #FED1EB;
}
.AnyTagClassName
{
color: #FED1EB;
}
</style>
background-color css
<style>
a { background-color: #FED1EB; }
a { background-color: rgb(254,209,235); }
div.DivClassName
{
background-color: #FED1EB;
}
.BgClassName
{
background-color: #FED1EB;
}
</style>
border-color css
<style>
span { border-color: #FED1EB; }
span { border-color: rgb(254,209,235); }
td.TdClassName
{
border-color: #FED1EB;
}
.TagClassName
{
border-color: #FED1EB;
}
</style>