#F7DCEC

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

Shades of Pig Pink #F7DCEC

Tints of Pig Pink #F7DCEC

Color information

#F7DCEC (or 0xF7DCEC) is unknown color: approx Pig Pink. HEX triplet: F7, DC and EC. RGB value is (247,220,236). Sum of RGB (Red+Green+Blue) = 247+220+236=703 (93% of max value = 765). Red value is 247 (96.88% from 255 or 35.14% from 703); Green value is 220 (86.33% from 255 or 31.29% from 703); Blue value is 236 (92.58% from 255 or 33.57% from 703); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DCEC is #082313. Grayscale: #E5E5E5. Windows color (decimal): -533268 or 15523063. OLE color: 15523063.

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

Color convert

RGB247220236-
CMYK00.110.040.03
HSL324.44º62.79%91.57%-
HSV(B)324.44º10.93%96.86%-
XYZ79.0977.0290.05-
YUV229.9131.45140.2-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.14%
GREEN value IS 220 (86.33% from 255) = 31.29%
BLUE value IS 236 (92.58% from 255) = 33.57%
R=35.14%
G=31.29%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722023600.110.040.03324.4462.7991.57
HexF7DCEC0B431443f5c
Octal3673343540134350477134
Binary11110111110111001110110001011100111010001001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DCEC; }

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

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

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

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

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

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

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

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