#FCD6EE

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

Shades of Pig Pink #FCD6EE

Tints of Pig Pink #FCD6EE

Color information

#FCD6EE (or 0xFCD6EE) is unknown color: approx Pig Pink. HEX triplet: FC, D6 and EE. RGB value is (252,214,238). Sum of RGB (Red+Green+Blue) = 252+214+238=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 214 (83.98% from 255 or 30.40% from 704); Blue value is 238 (93.36% from 255 or 33.81% from 704); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD6EE is #032911. Grayscale: #E4E4E4. Windows color (decimal): -207122 or 15652604. OLE color: 15652604.

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

Color convert

RGB252214238-
CMYK00.150.060.01
HSL322.11º86.36%91.37%-
HSV(B)322.11º15.08%98.82%-
XYZ79.6274.9691.16-
YUV228.1133.59145.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.80%
GREEN value IS 214 (83.98% from 255) = 30.40%
BLUE value IS 238 (93.36% from 255) = 33.81%
R=35.80%
G=30.40%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221423800.150.060.01322.1186.3691.37
HexFCD6EE0F61142565b
Octal37432635601761502126133
Binary11111100110101101110111001111110110100001010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD6EE; }

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

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

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

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

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

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

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

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