#FCCFDE

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

Shades of Pig Pink #FCCFDE

Tints of Pig Pink #FCCFDE

Color information

#FCCFDE (or 0xFCCFDE) is unknown color: approx Pig Pink. HEX triplet: FC, CF and DE. RGB value is (252,207,222). Sum of RGB (Red+Green+Blue) = 252+207+222=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 207 (81.25% from 255 or 30.40% from 681); Blue value is 222 (87.11% from 255 or 32.60% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFDE is #033021. Grayscale: #DEDEDE. Windows color (decimal): -208930 or 14602236. OLE color: 14602236.

HSL color Cylindrical-coordinate representation of color #FCCFDE: hue angle of 340º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCCFDE is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB252207222-
CMYK00.180.120.01
HSL340º88.24%90%-
HSV(B)340º17.86%98.82%-
XYZ75.6470.678.75-
YUV222.16127.91149.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.00%
GREEN value IS 207 (81.25% from 255) = 30.40%
BLUE value IS 222 (87.11% from 255) = 32.60%
R=37.00%
G=30.40%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220722200.180.120.0134088.2490
HexFCCFDE012C1154585a
Octal374317336022141524130132
Binary1111110011001111110111100100101100110101010010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCFDE; }

 p { color: rgb(252,207,222); }

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

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

 a { background-color: rgb(252,207,222); }

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

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

 span { border-color: rgb(252,207,222); }

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