#FCDDEC

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

Shades of Pig Pink #FCDDEC

Tints of Pig Pink #FCDDEC

Color information

#FCDDEC (or 0xFCDDEC) is unknown color: approx Pig Pink. HEX triplet: FC, DD and EC. RGB value is (252,221,236). Sum of RGB (Red+Green+Blue) = 252+221+236=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 221 (86.72% from 255 or 31.17% from 709); Blue value is 236 (92.58% from 255 or 33.29% from 709); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDDEC is #032213. Grayscale: #E7E7E7. Windows color (decimal): -205332 or 15523324. OLE color: 15523324.

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

Color convert

RGB252221236-
CMYK00.120.060.01
HSL330.97º83.78%92.75%-
HSV(B)330.97º12.3%98.82%-
XYZ81.1478.4690.23-
YUV231.98130.27142.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.54%
GREEN value IS 221 (86.72% from 255) = 31.17%
BLUE value IS 236 (92.58% from 255) = 33.29%
R=35.54%
G=31.17%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222123600.120.060.01330.9783.7892.75
HexFCDDEC0C6114b545d
Octal37433535401461513124135
Binary11111100110111011110110001100110110100101110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDDEC; }

 p { color: rgb(252,221,236); }

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

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

 a { background-color: rgb(252,221,236); }

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

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

 span { border-color: rgb(252,221,236); }

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