Shades of Pig Pink #FECFE1
Tints of Pig Pink #FECFE1
RGB
CMYK
RGB Variations
Color information
#FECFE1 (or 0xFECFE1) is known color: Pig Pink. HEX triplet: FE, CF and E1. RGB value is (254,207,225). Sum of RGB (Red+Green+Blue) = 254+207+225=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 207 (81.25% from 255 or 30.17% from 686); Blue value is 225 (88.28% from 255 or 32.80% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFE1 is #01301E. Grayscale: #DFDFDF. Windows color (decimal): -77855 or 14798846. OLE color: 14798846.
HSL color Cylindrical-coordinate representation of color #FECFE1: hue angle of 337.02º 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 #FECFE1 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 207 | 225 | - |
CMYK | 0 | 0.19 | 0.11 | 0.00 |
HSL | 337.02º | 0.96% | 0.9% | - |
HSV(B) | 337.02º | 0.19% | 1% | - |
XYZ | 76.78 | 71.13 | 80.92 | - |
YUV | 223.11 | 129.07 | 150.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 207 | 225 | 0 | 0.19 | 0.11 | 0.00 | 337.02 | 0.96 | 0.9 |
Hex | FE | CF | E1 | 0 | 13 | B | 0 | 151 | 60 | 5A |
Octal | 376 | 317 | 341 | 0 | 23 | 13 | 0 | 521 | 140 | 132 |
Binary | 11111110 | 11001111 | 11100001 | 0 | 10011 | 1011 | 0 | 101010001 | 1100000 | 1011010 |
Color Harmonies of #FECFE1
Complementary color
Monochromatic Colors of #FECFE1
Black with #FECFE1
Text Example
Text Example
White with #FECFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFE1; }
p { color: rgb(254,207,225); }
H1.HeaderClassName
{
color: #FECFE1;
}
.AnyTagClassName
{
color: #FECFE1;
}
</style>
background-color css
<style>
a { background-color: #FECFE1; }
a { background-color: rgb(254,207,225); }
div.DivClassName
{
background-color: #FECFE1;
}
.BgClassName
{
background-color: #FECFE1;
}
</style>
border-color css
<style>
span { border-color: #FECFE1; }
span { border-color: rgb(254,207,225); }
td.TdClassName
{
border-color: #FECFE1;
}
.TagClassName
{
border-color: #FECFE1;
}
</style>