Shades of Pig Pink #FECDE2
Tints of Pig Pink #FECDE2
RGB
CMYK
RGB Variations
Color information
#FECDE2 (or 0xFECDE2) is known color: Pig Pink. HEX triplet: FE, CD and E2. RGB value is (254,205,226). Sum of RGB (Red+Green+Blue) = 254+205+226=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 205 (80.47% from 255 or 29.93% from 685); Blue value is 226 (88.67% from 255 or 32.99% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDE2 is #01321D. Grayscale: #DEDEDE. Windows color (decimal): -78366 or 14863870. OLE color: 14863870.
HSL color Cylindrical-coordinate representation of color #FECDE2: hue angle of 334.29º 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 #FECDE2 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 226 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.00 |
| HSL | 334.29º | 0.96% | 0.9% | - |
| HSV(B) | 334.29º | 0.19% | 1% | - |
| XYZ | 76.43 | 70.22 | 81.48 | - |
| YUV | 222.05 | 130.23 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 226 | 0 | 0.19 | 0.11 | 0.00 | 334.29 | 0.96 | 0.9 |
| Hex | FE | CD | E2 | 0 | 13 | B | 0 | 14E | 60 | 5A |
| Octal | 376 | 315 | 342 | 0 | 23 | 13 | 0 | 516 | 140 | 132 |
| Binary | 11111110 | 11001101 | 11100010 | 0 | 10011 | 1011 | 0 | 101001110 | 1100000 | 1011010 |
Color Harmonies of #FECDE2
Complementary color
Monochromatic Colors of #FECDE2
Black with #FECDE2
Text Example
Text Example
White with #FECDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDE2; }
p { color: rgb(254,205,226); }
H1.HeaderClassName
{
color: #FECDE2;
}
.AnyTagClassName
{
color: #FECDE2;
}
</style>
background-color css
<style>
a { background-color: #FECDE2; }
a { background-color: rgb(254,205,226); }
div.DivClassName
{
background-color: #FECDE2;
}
.BgClassName
{
background-color: #FECDE2;
}
</style>
border-color css
<style>
span { border-color: #FECDE2; }
span { border-color: rgb(254,205,226); }
td.TdClassName
{
border-color: #FECDE2;
}
.TagClassName
{
border-color: #FECDE2;
}
</style>