#FCDBF2

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

Shades of Pig Pink #FCDBF2

Tints of Pig Pink #FCDBF2

Color information

#FCDBF2 (or 0xFCDBF2) is unknown color: approx Pig Pink. HEX triplet: FC, DB and F2. RGB value is (252,219,242). Sum of RGB (Red+Green+Blue) = 252+219+242=713 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.34% from 713); Green value is 219 (85.94% from 255 or 30.72% from 713); Blue value is 242 (94.92% from 255 or 33.94% from 713); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDBF2 is #03240D. Grayscale: #E7E7E7. Windows color (decimal): -205838 or 15916028. OLE color: 15916028.

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

Color convert

RGB252219242-
CMYK00.130.040.01
HSL318.18º84.62%92.35%-
HSV(B)318.18º13.1%98.82%-
XYZ81.577.7794.72-
YUV231.49133.93142.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.34%
GREEN value IS 219 (85.94% from 255) = 30.72%
BLUE value IS 242 (94.92% from 255) = 33.94%
R=35.34%
G=30.72%
B=33.94%

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
Decimal25221924200.130.040.01318.1884.6292.35
HexFCDBF20D4113e555c
Octal37433336201541476125134
Binary11111100110110111111001001101100110011111010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDBF2; }

 p { color: rgb(252,219,242); }

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

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

 a { background-color: rgb(252,219,242); }

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

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

 span { border-color: rgb(252,219,242); }

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