#F6DCEF

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

Shades of Pig Pink #F6DCEF

Tints of Pig Pink #F6DCEF

Color information

#F6DCEF (or 0xF6DCEF) is unknown color: approx Pig Pink. HEX triplet: F6, DC and EF. RGB value is (246,220,239). Sum of RGB (Red+Green+Blue) = 246+220+239=705 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.89% from 705); Green value is 220 (86.33% from 255 or 31.21% from 705); Blue value is 239 (93.75% from 255 or 33.90% from 705); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DCEF is #092310. Grayscale: #E5E5E5. Windows color (decimal): -598801 or 15719670. OLE color: 15719670.

HSL color Cylindrical-coordinate representation of color #F6DCEF: hue angle of 316.15º 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 #F6DCEF is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB246220239-
CMYK00.110.030.04
HSL316.15º59.09%91.37%-
HSV(B)316.15º10.57%96.47%-
XYZ79.1877.0192.35-
YUV229.94133.11139.46-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.89%
GREEN value IS 220 (86.33% from 255) = 31.21%
BLUE value IS 239 (93.75% from 255) = 33.90%
R=34.89%
G=31.21%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622023900.110.030.04316.1559.0991.37
HexF6DCEF0B3413c3b5b
Octal3663343570133447473133
Binary11110110110111001110111101011111001001111001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DCEF; }

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

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

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

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

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

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

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

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