#FCDCF0

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

Shades of Pig Pink #FCDCF0

Tints of Pig Pink #FCDCF0

Color information

#FCDCF0 (or 0xFCDCF0) is unknown color: approx Pig Pink. HEX triplet: FC, DC and F0. RGB value is (252,220,240). Sum of RGB (Red+Green+Blue) = 252+220+240=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 220 (86.33% from 255 or 30.90% from 712); Blue value is 240 (94.14% from 255 or 33.71% from 712); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDCF0 is #03230F. Grayscale: #E7E7E7. Windows color (decimal): -205584 or 15785212. OLE color: 15785212.

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

Color convert

RGB252220240-
CMYK00.130.050.01
HSL322.5º84.21%92.55%-
HSV(B)322.5º12.7%98.82%-
XYZ81.4778.1793.23-
YUV231.85132.6142.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.39%
GREEN value IS 220 (86.33% from 255) = 30.90%
BLUE value IS 240 (94.14% from 255) = 33.71%
R=35.39%
G=30.90%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222024000.130.050.01322.584.2192.55
HexFCDCF00D51142545d
Octal37433436001551502124135
Binary11111100110111001111000001101101110100001010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDCF0; }

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

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

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

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

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

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

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

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