Shades of Pig Pink #FCE2EE
Tints of Pig Pink #FCE2EE
RGB
CMYK
RGB Variations
Color information
#FCE2EE (or 0xFCE2EE) is known color: Pig Pink. HEX triplet: FC, E2 and EE. RGB value is (252,226,238). Sum of RGB (Red+Green+Blue) = 252+226+238=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 226 (88.67% from 255 or 31.56% from 716); Blue value is 238 (93.36% from 255 or 33.24% from 716); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE2EE is #031D11. Grayscale: #EBEBEB. Windows color (decimal): -204050 or 15655676. OLE color: 15655676.
HSL color Cylindrical-coordinate representation of color #FCE2EE: hue angle of 332.31º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FCE2EE is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 226 | 238 | - |
CMYK | 0 | 0.10 | 0.06 | 0.01 |
HSL | 332.31º | 0.81% | 0.94% | - |
HSV(B) | 332.31º | 0.1% | 0.99% | - |
XYZ | 82.77 | 81.26 | 92.21 | - |
YUV | 235.14 | 129.61 | 140.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 226 | 238 | 0 | 0.10 | 0.06 | 0.01 | 332.31 | 0.81 | 0.94 |
Hex | FC | E2 | EE | 0 | A | 6 | 1 | 14C | 51 | 5E |
Octal | 374 | 342 | 356 | 0 | 12 | 6 | 1 | 514 | 121 | 136 |
Binary | 11111100 | 11100010 | 11101110 | 0 | 1010 | 110 | 1 | 101001100 | 1010001 | 1011110 |
Color Harmonies of #FCE2EE
Complementary color
Monochromatic Colors of #FCE2EE
Black with #FCE2EE
Text Example
Text Example
White with #FCE2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE2EE; }
p { color: rgb(252,226,238); }
H1.HeaderClassName
{
color: #FCE2EE;
}
.AnyTagClassName
{
color: #FCE2EE;
}
</style>
background-color css
<style>
a { background-color: #FCE2EE; }
a { background-color: rgb(252,226,238); }
div.DivClassName
{
background-color: #FCE2EE;
}
.BgClassName
{
background-color: #FCE2EE;
}
</style>
border-color css
<style>
span { border-color: #FCE2EE; }
span { border-color: rgb(252,226,238); }
td.TdClassName
{
border-color: #FCE2EE;
}
.TagClassName
{
border-color: #FCE2EE;
}
</style>