#FCCEE2

Color #FCCEE2 Pig Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pig Pink #FCCEE2

Tints of Pig Pink #FCCEE2

Color information

#FCCEE2 (or 0xFCCEE2) is unknown color: approx Pig Pink. HEX triplet: FC, CE and E2. RGB value is (252,206,226). Sum of RGB (Red+Green+Blue) = 252+206+226=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 206 (80.86% from 255 or 30.12% from 684); Blue value is 226 (88.67% from 255 or 33.04% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCEE2 is #03311D. Grayscale: #DEDEDE. Windows color (decimal): -209182 or 14864124. OLE color: 14864124.

HSL color Cylindrical-coordinate representation of color #FCCEE2: hue angle of 333.91º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCCEE2 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB252206226-
CMYK00.180.100.01
HSL333.91º88.46%89.8%-
HSV(B)333.91º18.25%98.82%-
XYZ75.9470.3381.52-
YUV222.03130.24149.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 36.84%
GREEN value IS 206 (80.86% from 255) = 30.12%
BLUE value IS 226 (88.67% from 255) = 33.04%
R=36.84%
G=30.12%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220622600.180.100.01333.9188.4689.8
HexFCCEE2012A114e585a
Octal374316342022121516130132
Binary1111110011001110111000100100101010110100111010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCEE2; }

 p { color: rgb(252,206,226); }

 H1.HeaderClassName
 {
   color: #FCCEE2;
 }
 .AnyTagClassName
 {
   color: #FCCEE2;
 }
</style>
background-color css

<style>
 a { background-color: #FCCEE2; }

 a { background-color: rgb(252,206,226); }

 div.DivClassName
 {
   background-color: #FCCEE2;
 }
 .BgClassName
 {
   background-color: #FCCEE2;
 }
</style>
border-color css

<style>
 span { border-color: #FCCEE2; }

 span { border-color: rgb(252,206,226); }

 td.TdClassName
 {
   border-color: #FCCEE2;
 }
 .TagClassName
 {
   border-color: #FCCEE2;
 }
</style>