#F7DDEA

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

Shades of Pig Pink #F7DDEA

Tints of Pig Pink #F7DDEA

Color information

#F7DDEA (or 0xF7DDEA) is unknown color: approx Pig Pink. HEX triplet: F7, DD and EA. RGB value is (247,221,234). Sum of RGB (Red+Green+Blue) = 247+221+234=702 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.19% from 702); Green value is 221 (86.72% from 255 or 31.48% from 702); Blue value is 234 (91.80% from 255 or 33.33% from 702); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DDEA is #082215. Grayscale: #E6E6E6. Windows color (decimal): -533014 or 15392247. OLE color: 15392247.

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

Color convert

RGB247221234-
CMYK00.110.050.03
HSL330º61.9%91.76%-
HSV(B)330º10.53%96.86%-
XYZ79.0777.4388.62-
YUV230.26130.11139.94-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.19%
GREEN value IS 221 (86.72% from 255) = 31.48%
BLUE value IS 234 (91.80% from 255) = 33.33%
R=35.19%
G=31.48%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722123400.110.050.0333061.991.76
HexF7DDEA0B5314a3e5c
Octal3673353520135351276134
Binary11110111110111011110101001011101111010010101111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DDEA; }

 p { color: rgb(247,221,234); }

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

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

 a { background-color: rgb(247,221,234); }

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

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

 span { border-color: rgb(247,221,234); }

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