#F6DCEC

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

Shades of Pig Pink #F6DCEC

Tints of Pig Pink #F6DCEC

Color information

#F6DCEC (or 0xF6DCEC) is unknown color: approx Pig Pink. HEX triplet: F6, DC and EC. RGB value is (246,220,236). Sum of RGB (Red+Green+Blue) = 246+220+236=702 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.04% from 702); Green value is 220 (86.33% from 255 or 31.34% from 702); Blue value is 236 (92.58% from 255 or 33.62% from 702); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DCEC is #092313. Grayscale: #E5E5E5. Windows color (decimal): -598804 or 15523062. OLE color: 15523062.

HSL color Cylindrical-coordinate representation of color #F6DCEC: hue angle of 323.08º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F6DCEC is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB246220236-
CMYK00.110.040.04
HSL323.08º59.09%91.37%-
HSV(B)323.08º10.57%96.47%-
XYZ78.7476.8490.04-
YUV229.6131.61139.7-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.04%
GREEN value IS 220 (86.33% from 255) = 31.34%
BLUE value IS 236 (92.58% from 255) = 33.62%
R=35.04%
G=31.34%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622023600.110.040.04323.0859.0991.37
HexF6DCEC0B441433b5b
Octal3663343540134450373133
Binary111101101101110011101100010111001001010000111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DCEC; }

 p { color: rgb(246,220,236); }

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

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

 a { background-color: rgb(246,220,236); }

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

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

 span { border-color: rgb(246,220,236); }

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