Shades of Pig Pink #FED7EE
Tints of Pig Pink #FED7EE
RGB
CMYK
RGB Variations
Color information
#FED7EE (or 0xFED7EE) is known color: Pig Pink. HEX triplet: FE, D7 and EE. RGB value is (254,215,238). Sum of RGB (Red+Green+Blue) = 254+215+238=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 215 (84.38% from 255 or 30.41% from 707); Blue value is 238 (93.36% from 255 or 33.66% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED7EE is #012811. Grayscale: #E5E5E5. Windows color (decimal): -75794 or 15652862. OLE color: 15652862.
HSL color Cylindrical-coordinate representation of color #FED7EE: hue angle of 324.62º 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 #FED7EE is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 215 | 238 | - |
CMYK | 0 | 0.15 | 0.06 | 0.00 |
HSL | 324.62º | 0.95% | 0.92% | - |
HSV(B) | 324.62º | 0.15% | 1% | - |
XYZ | 80.61 | 75.84 | 91.28 | - |
YUV | 229.28 | 132.92 | 145.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 215 | 238 | 0 | 0.15 | 0.06 | 0.00 | 324.62 | 0.95 | 0.92 |
Hex | FE | D7 | EE | 0 | F | 6 | 0 | 145 | 5F | 5C |
Octal | 376 | 327 | 356 | 0 | 17 | 6 | 0 | 505 | 137 | 134 |
Binary | 11111110 | 11010111 | 11101110 | 0 | 1111 | 110 | 0 | 101000101 | 1011111 | 1011100 |
Color Harmonies of #FED7EE
Complementary color
Monochromatic Colors of #FED7EE
Black with #FED7EE
Text Example
Text Example
White with #FED7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED7EE; }
p { color: rgb(254,215,238); }
H1.HeaderClassName
{
color: #FED7EE;
}
.AnyTagClassName
{
color: #FED7EE;
}
</style>
background-color css
<style>
a { background-color: #FED7EE; }
a { background-color: rgb(254,215,238); }
div.DivClassName
{
background-color: #FED7EE;
}
.BgClassName
{
background-color: #FED7EE;
}
</style>
border-color css
<style>
span { border-color: #FED7EE; }
span { border-color: rgb(254,215,238); }
td.TdClassName
{
border-color: #FED7EE;
}
.TagClassName
{
border-color: #FED7EE;
}
</style>