Shades of Pig Pink #FCDEEA
Tints of Pig Pink #FCDEEA
RGB
CMYK
RGB Variations
Color information
#FCDEEA (or 0xFCDEEA) is known color: Pig Pink. HEX triplet: FC, DE and EA. RGB value is (252,222,234). Sum of RGB (Red+Green+Blue) = 252+222+234=708 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.59% from 708); Green value is 222 (87.11% from 255 or 31.36% from 708); Blue value is 234 (91.80% from 255 or 33.05% from 708); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDEEA is #032115. Grayscale: #E8E8E8. Windows color (decimal): -205078 or 15392508. OLE color: 15392508.
HSL color Cylindrical-coordinate representation of color #FCDEEA: hue angle of 336º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCDEEA is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 234 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.01 |
| HSL | 336º | 0.83% | 0.93% | - |
| HSV(B) | 336º | 0.12% | 0.99% | - |
| XYZ | 81.12 | 78.88 | 88.79 | - |
| YUV | 232.34 | 128.94 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 234 | 0 | 0.12 | 0.07 | 0.01 | 336 | 0.83 | 0.93 |
| Hex | FC | DE | EA | 0 | C | 7 | 1 | 150 | 53 | 5D |
| Octal | 374 | 336 | 352 | 0 | 14 | 7 | 1 | 520 | 123 | 135 |
| Binary | 11111100 | 11011110 | 11101010 | 0 | 1100 | 111 | 1 | 101010000 | 1010011 | 1011101 |
Color Harmonies of #FCDEEA
Complementary color
Monochromatic Colors of #FCDEEA
Black with #FCDEEA
Text Example
Text Example
White with #FCDEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDEEA; }
p { color: rgb(252,222,234); }
H1.HeaderClassName
{
color: #FCDEEA;
}
.AnyTagClassName
{
color: #FCDEEA;
}
</style>
background-color css
<style>
a { background-color: #FCDEEA; }
a { background-color: rgb(252,222,234); }
div.DivClassName
{
background-color: #FCDEEA;
}
.BgClassName
{
background-color: #FCDEEA;
}
</style>
border-color css
<style>
span { border-color: #FCDEEA; }
span { border-color: rgb(252,222,234); }
td.TdClassName
{
border-color: #FCDEEA;
}
.TagClassName
{
border-color: #FCDEEA;
}
</style>