#FCDAF2

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

Shades of Pig Pink #FCDAF2

Tints of Pig Pink #FCDAF2

Color information

#FCDAF2 (or 0xFCDAF2) is unknown color: approx Pig Pink. HEX triplet: FC, DA and F2. RGB value is (252,218,242). Sum of RGB (Red+Green+Blue) = 252+218+242=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 218 (85.55% from 255 or 30.62% from 712); Blue value is 242 (94.92% from 255 or 33.99% from 712); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDAF2 is #03250D. Grayscale: #E6E6E6. Windows color (decimal): -206094 or 15915772. OLE color: 15915772.

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

Color convert

RGB252218242-
CMYK00.130.040.01
HSL317.65º85%92.16%-
HSV(B)317.65º13.49%98.82%-
XYZ81.2477.2594.63-
YUV230.9134.26143.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.39%
GREEN value IS 218 (85.55% from 255) = 30.62%
BLUE value IS 242 (94.92% from 255) = 33.99%
R=35.39%
G=30.62%
B=33.99%

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
Decimal25221824200.130.040.01317.658592.16
HexFCDAF20D4113e555c
Octal37433236201541476125134
Binary11111100110110101111001001101100110011111010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDAF2; }

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

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

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

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

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

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

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

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