Shades of Pig Pink #FED7E2
Tints of Pig Pink #FED7E2
RGB
CMYK
RGB Variations
Color information
#FED7E2 (or 0xFED7E2) is known color: Pig Pink. HEX triplet: FE, D7 and E2. RGB value is (254,215,226). Sum of RGB (Red+Green+Blue) = 254+215+226=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 215 (84.38% from 255 or 30.94% from 695); Blue value is 226 (88.67% from 255 or 32.52% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED7E2 is #01281D. Grayscale: #E3E3E3. Windows color (decimal): -75806 or 14866430. OLE color: 14866430.
HSL color Cylindrical-coordinate representation of color #FED7E2: hue angle of 343.08º 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 #FED7E2 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 215 | 226 | - |
CMYK | 0 | 0.15 | 0.11 | 0.00 |
HSL | 343.08º | 0.95% | 0.92% | - |
HSV(B) | 343.08º | 0.15% | 1% | - |
XYZ | 78.9 | 75.16 | 82.3 | - |
YUV | 227.92 | 126.92 | 146.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 215 | 226 | 0 | 0.15 | 0.11 | 0.00 | 343.08 | 0.95 | 0.92 |
Hex | FE | D7 | E2 | 0 | F | B | 0 | 157 | 5F | 5C |
Octal | 376 | 327 | 342 | 0 | 17 | 13 | 0 | 527 | 137 | 134 |
Binary | 11111110 | 11010111 | 11100010 | 0 | 1111 | 1011 | 0 | 101010111 | 1011111 | 1011100 |
Color Harmonies of #FED7E2
Complementary color
Monochromatic Colors of #FED7E2
Black with #FED7E2
Text Example
Text Example
White with #FED7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED7E2; }
p { color: rgb(254,215,226); }
H1.HeaderClassName
{
color: #FED7E2;
}
.AnyTagClassName
{
color: #FED7E2;
}
</style>
background-color css
<style>
a { background-color: #FED7E2; }
a { background-color: rgb(254,215,226); }
div.DivClassName
{
background-color: #FED7E2;
}
.BgClassName
{
background-color: #FED7E2;
}
</style>
border-color css
<style>
span { border-color: #FED7E2; }
span { border-color: rgb(254,215,226); }
td.TdClassName
{
border-color: #FED7E2;
}
.TagClassName
{
border-color: #FED7E2;
}
</style>