Shades of Pig Pink #FED3EB
Tints of Pig Pink #FED3EB
RGB
CMYK
RGB Variations
Color information
#FED3EB (or 0xFED3EB) is known color: Pig Pink. HEX triplet: FE, D3 and EB. RGB value is (254,211,235). Sum of RGB (Red+Green+Blue) = 254+211+235=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 211 (82.81% from 255 or 30.14% from 700); Blue value is 235 (92.19% from 255 or 33.57% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED3EB is #012C14. Grayscale: #E2E2E2. Windows color (decimal): -76821 or 15455230. OLE color: 15455230.
HSL color Cylindrical-coordinate representation of color #FED3EB: hue angle of 326.51º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FED3EB is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 235 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.00 |
| HSL | 326.51º | 0.96% | 0.91% | - |
| HSV(B) | 326.51º | 0.17% | 1% | - |
| XYZ | 79.16 | 73.66 | 88.64 | - |
| YUV | 226.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 235 | 0 | 0.17 | 0.07 | 0.00 | 326.51 | 0.96 | 0.91 |
| Hex | FE | D3 | EB | 0 | 11 | 7 | 0 | 147 | 60 | 5B |
| Octal | 376 | 323 | 353 | 0 | 21 | 7 | 0 | 507 | 140 | 133 |
| Binary | 11111110 | 11010011 | 11101011 | 0 | 10001 | 111 | 0 | 101000111 | 1100000 | 1011011 |
Color Harmonies of #FED3EB
Complementary color
Monochromatic Colors of #FED3EB
Black with #FED3EB
Text Example
Text Example
White with #FED3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED3EB; }
p { color: rgb(254,211,235); }
H1.HeaderClassName
{
color: #FED3EB;
}
.AnyTagClassName
{
color: #FED3EB;
}
</style>
background-color css
<style>
a { background-color: #FED3EB; }
a { background-color: rgb(254,211,235); }
div.DivClassName
{
background-color: #FED3EB;
}
.BgClassName
{
background-color: #FED3EB;
}
</style>
border-color css
<style>
span { border-color: #FED3EB; }
span { border-color: rgb(254,211,235); }
td.TdClassName
{
border-color: #FED3EB;
}
.TagClassName
{
border-color: #FED3EB;
}
</style>