#F6D6E6

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

Shades of Pig Pink #F6D6E6

Tints of Pig Pink #F6D6E6

Color information

#F6D6E6 (or 0xF6D6E6) is unknown color: approx Pig Pink. HEX triplet: F6, D6 and E6. RGB value is (246,214,230). Sum of RGB (Red+Green+Blue) = 246+214+230=690 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.65% from 690); Green value is 214 (83.98% from 255 or 31.01% from 690); Blue value is 230 (90.23% from 255 or 33.33% from 690); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D6E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D6E6 is #092919. Grayscale: #E1E1E1. Windows color (decimal): -600346 or 15128310. OLE color: 15128310.

HSL color Cylindrical-coordinate representation of color #F6D6E6: hue angle of 330º degrees, saturation: 0.64, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F6D6E6 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB246214230-
CMYK00.130.070.04
HSL330º64%90.2%-
HSV(B)330º13.01%96.47%-
XYZ76.3473.485.01-
YUV225.39130.6142.7-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.65%
GREEN value IS 214 (83.98% from 255) = 31.01%
BLUE value IS 230 (90.23% from 255) = 33.33%
R=35.65%
G=31.01%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621423000.130.070.043306490.2
HexF6D6E60D7414a405a
Octal36632634601574512100132
Binary1111011011010110111001100110111110010100101010000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D6E6; }

 p { color: rgb(246,214,230); }

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

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

 a { background-color: rgb(246,214,230); }

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

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

 span { border-color: rgb(246,214,230); }

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