#FCDCED

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

Shades of Pig Pink #FCDCED

Tints of Pig Pink #FCDCED

Color information

#FCDCED (or 0xFCDCED) is unknown color: approx Pig Pink. HEX triplet: FC, DC and ED. RGB value is (252,220,237). Sum of RGB (Red+Green+Blue) = 252+220+237=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 220 (86.33% from 255 or 31.03% from 709); Blue value is 237 (92.97% from 255 or 33.43% from 709); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDCED is #032312. Grayscale: #E7E7E7. Windows color (decimal): -205587 or 15588604. OLE color: 15588604.

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

Color convert

RGB252220237-
CMYK00.130.060.01
HSL328.12º84.21%92.55%-
HSV(B)328.12º12.7%98.82%-
XYZ81.027890.91-
YUV231.51131.1142.62-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.54%
GREEN value IS 220 (86.33% from 255) = 31.03%
BLUE value IS 237 (92.97% from 255) = 33.43%
R=35.54%
G=31.03%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222023700.130.060.01328.1284.2192.55
HexFCDCED0D61148545d
Octal37433435501561510124135
Binary11111100110111001110110101101110110100100010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDCED; }

 p { color: rgb(252,220,237); }

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

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

 a { background-color: rgb(252,220,237); }

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

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

 span { border-color: rgb(252,220,237); }

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