Shades of Pig Pink #FED3E9
Tints of Pig Pink #FED3E9
RGB
CMYK
RGB Variations
Color information
#FED3E9 (or 0xFED3E9) is known color: Pig Pink. HEX triplet: FE, D3 and E9. RGB value is (254,211,233). Sum of RGB (Red+Green+Blue) = 254+211+233=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 211 (82.81% from 255 or 30.23% from 698); Blue value is 233 (91.41% from 255 or 33.38% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED3E9 is #012C16. Grayscale: #E2E2E2. Windows color (decimal): -76823 or 15324158. OLE color: 15324158.
HSL color Cylindrical-coordinate representation of color #FED3E9: hue angle of 329.3º 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 #FED3E9 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 211 | 233 | - |
CMYK | 0 | 0.17 | 0.08 | 0.00 |
HSL | 329.3º | 0.96% | 0.91% | - |
HSV(B) | 329.3º | 0.17% | 1% | - |
XYZ | 78.88 | 73.54 | 87.13 | - |
YUV | 226.37 | 131.75 | 147.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 211 | 233 | 0 | 0.17 | 0.08 | 0.00 | 329.3 | 0.96 | 0.91 |
Hex | FE | D3 | E9 | 0 | 11 | 8 | 0 | 149 | 60 | 5B |
Octal | 376 | 323 | 351 | 0 | 21 | 10 | 0 | 511 | 140 | 133 |
Binary | 11111110 | 11010011 | 11101001 | 0 | 10001 | 1000 | 0 | 101001001 | 1100000 | 1011011 |
Color Harmonies of #FED3E9
Complementary color
Monochromatic Colors of #FED3E9
Black with #FED3E9
Text Example
Text Example
White with #FED3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED3E9; }
p { color: rgb(254,211,233); }
H1.HeaderClassName
{
color: #FED3E9;
}
.AnyTagClassName
{
color: #FED3E9;
}
</style>
background-color css
<style>
a { background-color: #FED3E9; }
a { background-color: rgb(254,211,233); }
div.DivClassName
{
background-color: #FED3E9;
}
.BgClassName
{
background-color: #FED3E9;
}
</style>
border-color css
<style>
span { border-color: #FED3E9; }
span { border-color: rgb(254,211,233); }
td.TdClassName
{
border-color: #FED3E9;
}
.TagClassName
{
border-color: #FED3E9;
}
</style>