#F7D6EC

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

Shades of Pig Pink #F7D6EC

Tints of Pig Pink #F7D6EC

Color information

#F7D6EC (or 0xF7D6EC) is unknown color: approx Pig Pink. HEX triplet: F7, D6 and EC. RGB value is (247,214,236). Sum of RGB (Red+Green+Blue) = 247+214+236=697 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.44% from 697); Green value is 214 (83.98% from 255 or 30.70% from 697); Blue value is 236 (92.58% from 255 or 33.86% from 697); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D6EC is #082913. Grayscale: #E2E2E2. Windows color (decimal): -534804 or 15521527. OLE color: 15521527.

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

Color convert

RGB247214236-
CMYK00.130.040.03
HSL320º67.35%90.39%-
HSV(B)320º13.36%96.86%-
XYZ77.5473.9289.54-
YUV226.38133.43142.71-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.44%
GREEN value IS 214 (83.98% from 255) = 30.70%
BLUE value IS 236 (92.58% from 255) = 33.86%
R=35.44%
G=30.70%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721423600.130.040.0332067.3590.39
HexF7D6EC0D43140435a
Octal36732635401543500103132
Binary111101111101011011101100011011001110100000010000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D6EC; }

 p { color: rgb(247,214,236); }

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

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

 a { background-color: rgb(247,214,236); }

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

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

 span { border-color: rgb(247,214,236); }

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