#FCD7F2

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

Shades of Pig Pink #FCD7F2

Tints of Pig Pink #FCD7F2

Color information

#FCD7F2 (or 0xFCD7F2) is unknown color: approx Pig Pink. HEX triplet: FC, D7 and F2. RGB value is (252,215,242). Sum of RGB (Red+Green+Blue) = 252+215+242=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 215 (84.38% from 255 or 30.32% from 709); Blue value is 242 (94.92% from 255 or 34.13% from 709); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD7F2 is #03280D. Grayscale: #E5E5E5. Windows color (decimal): -206862 or 15915004. OLE color: 15915004.

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

Color convert

RGB252215242-
CMYK00.150.040.01
HSL316.22º86.05%91.57%-
HSV(B)316.22º14.68%98.82%-
XYZ80.4775.7194.38-
YUV229.14135.26144.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.54%
GREEN value IS 215 (84.38% from 255) = 30.32%
BLUE value IS 242 (94.92% from 255) = 34.13%
R=35.54%
G=30.32%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221524200.150.040.01316.2286.0591.57
HexFCD7F20F4113c565c
Octal37432736201741474126134
Binary11111100110101111111001001111100110011110010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD7F2; }

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

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

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

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

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

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

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

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