Shades of Pig Pink #FECEDF
Tints of Pig Pink #FECEDF
RGB
CMYK
RGB Variations
Color information
#FECEDF (or 0xFECEDF) is known color: Pig Pink. HEX triplet: FE, CE and DF. RGB value is (254,206,223). Sum of RGB (Red+Green+Blue) = 254+206+223=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 206 (80.86% from 255 or 30.16% from 683); Blue value is 223 (87.5% from 255 or 32.65% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEDF is #013120. Grayscale: #DEDEDE. Windows color (decimal): -78113 or 14667518. OLE color: 14667518.
HSL color Cylindrical-coordinate representation of color #FECEDF: hue angle of 338.75º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FECEDF is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 223 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.00 |
| HSL | 338.75º | 0.96% | 0.9% | - |
| HSV(B) | 338.75º | 0.19% | 1% | - |
| XYZ | 76.26 | 70.54 | 79.41 | - |
| YUV | 222.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 223 | 0 | 0.19 | 0.12 | 0.00 | 338.75 | 0.96 | 0.9 |
| Hex | FE | CE | DF | 0 | 13 | C | 0 | 153 | 60 | 5A |
| Octal | 376 | 316 | 337 | 0 | 23 | 14 | 0 | 523 | 140 | 132 |
| Binary | 11111110 | 11001110 | 11011111 | 0 | 10011 | 1100 | 0 | 101010011 | 1100000 | 1011010 |
Color Harmonies of #FECEDF
Complementary color
Monochromatic Colors of #FECEDF
Black with #FECEDF
Text Example
Text Example
White with #FECEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEDF; }
p { color: rgb(254,206,223); }
H1.HeaderClassName
{
color: #FECEDF;
}
.AnyTagClassName
{
color: #FECEDF;
}
</style>
background-color css
<style>
a { background-color: #FECEDF; }
a { background-color: rgb(254,206,223); }
div.DivClassName
{
background-color: #FECEDF;
}
.BgClassName
{
background-color: #FECEDF;
}
</style>
border-color css
<style>
span { border-color: #FECEDF; }
span { border-color: rgb(254,206,223); }
td.TdClassName
{
border-color: #FECEDF;
}
.TagClassName
{
border-color: #FECEDF;
}
</style>