Shades of Pig Pink #FECFDF
Tints of Pig Pink #FECFDF
RGB
CMYK
RGB Variations
Color information
#FECFDF (or 0xFECFDF) is known color: Pig Pink. HEX triplet: FE, CF and DF. RGB value is (254,207,223). Sum of RGB (Red+Green+Blue) = 254+207+223=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 207 (81.25% from 255 or 30.26% from 684); Blue value is 223 (87.5% from 255 or 32.60% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFDF is #013020. Grayscale: #DEDEDE. Windows color (decimal): -77857 or 14667774. OLE color: 14667774.
HSL color Cylindrical-coordinate representation of color #FECFDF: hue angle of 339.57º 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 #FECFDF is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 223 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.00 |
| HSL | 339.57º | 0.96% | 0.9% | - |
| HSV(B) | 339.57º | 0.19% | 1% | - |
| XYZ | 76.51 | 71.02 | 79.49 | - |
| YUV | 222.88 | 128.07 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 223 | 0 | 0.19 | 0.12 | 0.00 | 339.57 | 0.96 | 0.9 |
| Hex | FE | CF | DF | 0 | 13 | C | 0 | 154 | 60 | 5A |
| Octal | 376 | 317 | 337 | 0 | 23 | 14 | 0 | 524 | 140 | 132 |
| Binary | 11111110 | 11001111 | 11011111 | 0 | 10011 | 1100 | 0 | 101010100 | 1100000 | 1011010 |
Color Harmonies of #FECFDF
Complementary color
Monochromatic Colors of #FECFDF
Black with #FECFDF
Text Example
Text Example
White with #FECFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFDF; }
p { color: rgb(254,207,223); }
H1.HeaderClassName
{
color: #FECFDF;
}
.AnyTagClassName
{
color: #FECFDF;
}
</style>
background-color css
<style>
a { background-color: #FECFDF; }
a { background-color: rgb(254,207,223); }
div.DivClassName
{
background-color: #FECFDF;
}
.BgClassName
{
background-color: #FECFDF;
}
</style>
border-color css
<style>
span { border-color: #FECFDF; }
span { border-color: rgb(254,207,223); }
td.TdClassName
{
border-color: #FECFDF;
}
.TagClassName
{
border-color: #FECFDF;
}
</style>