Shades of Pig Pink #FED0E3
Tints of Pig Pink #FED0E3
RGB
CMYK
RGB Variations
Color information
#FED0E3 (or 0xFED0E3) is known color: Pig Pink. HEX triplet: FE, D0 and E3. RGB value is (254,208,227). Sum of RGB (Red+Green+Blue) = 254+208+227=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 208 (81.64% from 255 or 30.19% from 689); Blue value is 227 (89.06% from 255 or 32.95% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED0E3 is #012F1C. Grayscale: #DFDFDF. Windows color (decimal): -77597 or 14930174. OLE color: 14930174.
HSL color Cylindrical-coordinate representation of color #FED0E3: hue angle of 335.22º 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 #FED0E3 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 227 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.00 |
| HSL | 335.22º | 0.96% | 0.91% | - |
| HSV(B) | 335.22º | 0.18% | 1% | - |
| XYZ | 77.29 | 71.73 | 82.44 | - |
| YUV | 223.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 227 | 0 | 0.18 | 0.11 | 0.00 | 335.22 | 0.96 | 0.91 |
| Hex | FE | D0 | E3 | 0 | 12 | B | 0 | 14F | 60 | 5B |
| Octal | 376 | 320 | 343 | 0 | 22 | 13 | 0 | 517 | 140 | 133 |
| Binary | 11111110 | 11010000 | 11100011 | 0 | 10010 | 1011 | 0 | 101001111 | 1100000 | 1011011 |
Color Harmonies of #FED0E3
Complementary color
Monochromatic Colors of #FED0E3
Black with #FED0E3
Text Example
Text Example
White with #FED0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED0E3; }
p { color: rgb(254,208,227); }
H1.HeaderClassName
{
color: #FED0E3;
}
.AnyTagClassName
{
color: #FED0E3;
}
</style>
background-color css
<style>
a { background-color: #FED0E3; }
a { background-color: rgb(254,208,227); }
div.DivClassName
{
background-color: #FED0E3;
}
.BgClassName
{
background-color: #FED0E3;
}
</style>
border-color css
<style>
span { border-color: #FED0E3; }
span { border-color: rgb(254,208,227); }
td.TdClassName
{
border-color: #FED0E3;
}
.TagClassName
{
border-color: #FED0E3;
}
</style>