Shades of Pig Pink #FED6EF
Tints of Pig Pink #FED6EF
RGB
CMYK
RGB Variations
Color information
#FED6EF (or 0xFED6EF) is known color: Pig Pink. HEX triplet: FE, D6 and EF. RGB value is (254,214,239). Sum of RGB (Red+Green+Blue) = 254+214+239=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 214 (83.98% from 255 or 30.27% from 707); Blue value is 239 (93.75% from 255 or 33.80% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED6EF is #012910. Grayscale: #E4E4E4. Windows color (decimal): -76049 or 15718142. OLE color: 15718142.
HSL color Cylindrical-coordinate representation of color #FED6EF: hue angle of 322.5º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FED6EF is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 239 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.00 |
| HSL | 322.5º | 0.95% | 0.92% | - |
| HSV(B) | 322.5º | 0.16% | 1% | - |
| XYZ | 80.5 | 75.4 | 91.97 | - |
| YUV | 228.81 | 133.75 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 239 | 0 | 0.16 | 0.06 | 0.00 | 322.5 | 0.95 | 0.92 |
| Hex | FE | D6 | EF | 0 | 10 | 6 | 0 | 142 | 5F | 5C |
| Octal | 376 | 326 | 357 | 0 | 20 | 6 | 0 | 502 | 137 | 134 |
| Binary | 11111110 | 11010110 | 11101111 | 0 | 10000 | 110 | 0 | 101000010 | 1011111 | 1011100 |
Color Harmonies of #FED6EF
Complementary color
Monochromatic Colors of #FED6EF
Black with #FED6EF
Text Example
Text Example
White with #FED6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED6EF; }
p { color: rgb(254,214,239); }
H1.HeaderClassName
{
color: #FED6EF;
}
.AnyTagClassName
{
color: #FED6EF;
}
</style>
background-color css
<style>
a { background-color: #FED6EF; }
a { background-color: rgb(254,214,239); }
div.DivClassName
{
background-color: #FED6EF;
}
.BgClassName
{
background-color: #FED6EF;
}
</style>
border-color css
<style>
span { border-color: #FED6EF; }
span { border-color: rgb(254,214,239); }
td.TdClassName
{
border-color: #FED6EF;
}
.TagClassName
{
border-color: #FED6EF;
}
</style>