#F6DAEC

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

Shades of Pig Pink #F6DAEC

Tints of Pig Pink #F6DAEC

Color information

#F6DAEC (or 0xF6DAEC) is unknown color: approx Pig Pink. HEX triplet: F6, DA and EC. RGB value is (246,218,236). Sum of RGB (Red+Green+Blue) = 246+218+236=700 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.14% from 700); Green value is 218 (85.55% from 255 or 31.14% from 700); Blue value is 236 (92.58% from 255 or 33.71% from 700); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DAEC is #092513. Grayscale: #E4E4E4. Windows color (decimal): -599316 or 15522550. OLE color: 15522550.

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

Color convert

RGB246218236-
CMYK00.110.040.04
HSL321.43º60.87%90.98%-
HSV(B)321.43º11.38%96.47%-
XYZ78.2275.7989.86-
YUV228.42132.28140.54-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.14%
GREEN value IS 218 (85.55% from 255) = 31.14%
BLUE value IS 236 (92.58% from 255) = 33.71%
R=35.14%
G=31.14%
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
Decimal24621823600.110.040.04321.4360.8790.98
HexF6DAEC0B441413d5b
Octal3663323540134450175133
Binary111101101101101011101100010111001001010000011111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DAEC; }

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

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

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

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

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

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

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

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