#FCD6EA

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

Shades of Pig Pink #FCD6EA

Tints of Pig Pink #FCD6EA

Color information

#FCD6EA (or 0xFCD6EA) is unknown color: approx Pig Pink. HEX triplet: FC, D6 and EA. RGB value is (252,214,234). Sum of RGB (Red+Green+Blue) = 252+214+234=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 214 (83.98% from 255 or 30.57% from 700); Blue value is 234 (91.80% from 255 or 33.43% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD6EA is #032915. Grayscale: #E3E3E3. Windows color (decimal): -207126 or 15390460. OLE color: 15390460.

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

Color convert

RGB252214234-
CMYK00.150.070.01
HSL328.42º86.36%91.37%-
HSV(B)328.42º15.08%98.82%-
XYZ79.0474.7388.1-
YUV227.64131.59145.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36%
GREEN value IS 214 (83.98% from 255) = 30.57%
BLUE value IS 234 (91.80% from 255) = 33.43%
R=36%
G=30.57%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221423400.150.070.01328.4286.3691.37
HexFCD6EA0F71148565b
Octal37432635201771510126133
Binary11111100110101101110101001111111110100100010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD6EA; }

 p { color: rgb(252,214,234); }

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

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

 a { background-color: rgb(252,214,234); }

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

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

 span { border-color: rgb(252,214,234); }

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