#FCDCEA

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

Shades of Pig Pink #FCDCEA

Tints of Pig Pink #FCDCEA

Color information

#FCDCEA (or 0xFCDCEA) is unknown color: approx Pig Pink. HEX triplet: FC, DC and EA. RGB value is (252,220,234). Sum of RGB (Red+Green+Blue) = 252+220+234=706 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.69% from 706); Green value is 220 (86.33% from 255 or 31.16% from 706); Blue value is 234 (91.80% from 255 or 33.14% from 706); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDCEA is #032315. Grayscale: #E7E7E7. Windows color (decimal): -205590 or 15391996. OLE color: 15391996.

HSL color Cylindrical-coordinate representation of color #FCDCEA: hue angle of 333.75º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCDCEA is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB252220234-
CMYK00.130.070.01
HSL333.75º84.21%92.55%-
HSV(B)333.75º12.7%98.82%-
XYZ80.5977.8288.62-
YUV231.16129.6142.86-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.69%
GREEN value IS 220 (86.33% from 255) = 31.16%
BLUE value IS 234 (91.80% from 255) = 33.14%
R=35.69%
G=31.16%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222023400.130.070.01333.7584.2192.55
HexFCDCEA0D7114e545d
Octal37433435201571516124135
Binary11111100110111001110101001101111110100111010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDCEA; }

 p { color: rgb(252,220,234); }

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

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

 a { background-color: rgb(252,220,234); }

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

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

 span { border-color: rgb(252,220,234); }

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