#F7DBEC

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

Shades of Pig Pink #F7DBEC

Tints of Pig Pink #F7DBEC

Color information

#F7DBEC (or 0xF7DBEC) is unknown color: approx Pig Pink. HEX triplet: F7, DB and EC. RGB value is (247,219,236). Sum of RGB (Red+Green+Blue) = 247+219+236=702 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.19% from 702); Green value is 219 (85.94% from 255 or 31.20% from 702); Blue value is 236 (92.58% from 255 or 33.62% from 702); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DBEC is #082413. Grayscale: #E5E5E5. Windows color (decimal): -533524 or 15522807. OLE color: 15522807.

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

Color convert

RGB247219236-
CMYK00.110.040.03
HSL323.57º63.64%91.37%-
HSV(B)323.57º11.34%96.86%-
XYZ78.8376.4989.97-
YUV229.31131.78140.62-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.19%
GREEN value IS 219 (85.94% from 255) = 31.20%
BLUE value IS 236 (92.58% from 255) = 33.62%
R=35.19%
G=31.20%
B=33.62%

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
Decimal24721923600.110.040.03323.5763.6491.37
HexF7DBEC0B43144405b
Octal36733335401343504100133
Binary111101111101101111101100010111001110100010010000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DBEC; }

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

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

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

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

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

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

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

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