#FCDCF1

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

Shades of Pig Pink #FCDCF1

Tints of Pig Pink #FCDCF1

Color information

#FCDCF1 (or 0xFCDCF1) is unknown color: approx Pig Pink. HEX triplet: FC, DC and F1. RGB value is (252,220,241). Sum of RGB (Red+Green+Blue) = 252+220+241=713 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.34% from 713); Green value is 220 (86.33% from 255 or 30.86% from 713); Blue value is 241 (94.53% from 255 or 33.80% from 713); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDCF1 is #03230E. Grayscale: #E7E7E7. Windows color (decimal): -205583 or 15850748. OLE color: 15850748.

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

Color convert

RGB252220241-
CMYK00.130.040.01
HSL320.62º84.21%92.55%-
HSV(B)320.62º12.7%98.82%-
XYZ81.6278.2394.02-
YUV231.96133.1142.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.34%
GREEN value IS 220 (86.33% from 255) = 30.86%
BLUE value IS 241 (94.53% from 255) = 33.80%
R=35.34%
G=30.86%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222024100.130.040.01320.6284.2192.55
HexFCDCF10D41141545d
Octal37433436101541501124135
Binary11111100110111001111000101101100110100000110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDCF1; }

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

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

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

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

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

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

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

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