#F6DCED

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

Shades of Pig Pink #F6DCED

Tints of Pig Pink #F6DCED

Color information

#F6DCED (or 0xF6DCED) is unknown color: approx Pig Pink. HEX triplet: F6, DC and ED. RGB value is (246,220,237). Sum of RGB (Red+Green+Blue) = 246+220+237=703 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.99% from 703); Green value is 220 (86.33% from 255 or 31.29% from 703); Blue value is 237 (92.97% from 255 or 33.71% from 703); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DCED is #092312. Grayscale: #E5E5E5. Windows color (decimal): -598803 or 15588598. OLE color: 15588598.

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

Color convert

RGB246220237-
CMYK00.110.040.04
HSL320.77º59.09%91.37%-
HSV(B)320.77º10.57%96.47%-
XYZ78.8976.8990.81-
YUV229.71132.11139.62-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.99%
GREEN value IS 220 (86.33% from 255) = 31.29%
BLUE value IS 237 (92.97% from 255) = 33.71%
R=34.99%
G=31.29%
B=33.71%

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
Decimal24622023700.110.040.04320.7759.0991.37
HexF6DCED0B441413b5b
Octal3663343550134450173133
Binary111101101101110011101101010111001001010000011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DCED; }

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

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

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

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

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

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

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

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