Shades of Pig Pink #FECEE1
Tints of Pig Pink #FECEE1
RGB
CMYK
RGB Variations
Color information
#FECEE1 (or 0xFECEE1) is known color: Pig Pink. HEX triplet: FE, CE and E1. RGB value is (254,206,225). Sum of RGB (Red+Green+Blue) = 254+206+225=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 206 (80.86% from 255 or 30.07% from 685); Blue value is 225 (88.28% from 255 or 32.85% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEE1 is #01311E. Grayscale: #DEDEDE. Windows color (decimal): -78111 or 14798590. OLE color: 14798590.
HSL color Cylindrical-coordinate representation of color #FECEE1: hue angle of 336.25º 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 #FECEE1 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 225 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.00 |
| HSL | 336.25º | 0.96% | 0.9% | - |
| HSV(B) | 336.25º | 0.19% | 1% | - |
| XYZ | 76.53 | 70.65 | 80.84 | - |
| YUV | 222.52 | 129.4 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 225 | 0 | 0.19 | 0.11 | 0.00 | 336.25 | 0.96 | 0.9 |
| Hex | FE | CE | E1 | 0 | 13 | B | 0 | 150 | 60 | 5A |
| Octal | 376 | 316 | 341 | 0 | 23 | 13 | 0 | 520 | 140 | 132 |
| Binary | 11111110 | 11001110 | 11100001 | 0 | 10011 | 1011 | 0 | 101010000 | 1100000 | 1011010 |
Color Harmonies of #FECEE1
Complementary color
Monochromatic Colors of #FECEE1
Black with #FECEE1
Text Example
Text Example
White with #FECEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEE1; }
p { color: rgb(254,206,225); }
H1.HeaderClassName
{
color: #FECEE1;
}
.AnyTagClassName
{
color: #FECEE1;
}
</style>
background-color css
<style>
a { background-color: #FECEE1; }
a { background-color: rgb(254,206,225); }
div.DivClassName
{
background-color: #FECEE1;
}
.BgClassName
{
background-color: #FECEE1;
}
</style>
border-color css
<style>
span { border-color: #FECEE1; }
span { border-color: rgb(254,206,225); }
td.TdClassName
{
border-color: #FECEE1;
}
.TagClassName
{
border-color: #FECEE1;
}
</style>