#FCDCF4

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

Shades of Pig Pink #FCDCF4

Tints of Pig Pink #FCDCF4

Color information

#FCDCF4 (or 0xFCDCF4) is unknown color: approx Pig Pink. HEX triplet: FC, DC and F4. RGB value is (252,220,244). Sum of RGB (Red+Green+Blue) = 252+220+244=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 220 (86.33% from 255 or 30.73% from 716); Blue value is 244 (95.70% from 255 or 34.08% from 716); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDCF4 is #03230B. Grayscale: #E8E8E8. Windows color (decimal): -205580 or 16047356. OLE color: 16047356.

HSL color Cylindrical-coordinate representation of color #FCDCF4: hue angle of 315º 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 #FCDCF4 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB252220244-
CMYK00.130.030.01
HSL315º84.21%92.55%-
HSV(B)315º12.7%98.82%-
XYZ82.0778.4196.4-
YUV232.3134.6142.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.20%
GREEN value IS 220 (86.33% from 255) = 30.73%
BLUE value IS 244 (95.70% from 255) = 34.08%
R=35.20%
G=30.73%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222024400.130.030.0131584.2192.55
HexFCDCF40D3113b545d
Octal37433436401531473124135
Binary1111110011011100111101000110111110011101110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDCF4; }

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

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

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

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

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

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

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

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