#F7D9ED

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

Shades of Pig Pink #F7D9ED

Tints of Pig Pink #F7D9ED

Color information

#F7D9ED (or 0xF7D9ED) is unknown color: approx Pig Pink. HEX triplet: F7, D9 and ED. RGB value is (247,217,237). Sum of RGB (Red+Green+Blue) = 247+217+237=701 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.24% from 701); Green value is 217 (85.16% from 255 or 30.96% from 701); Blue value is 237 (92.97% from 255 or 33.81% from 701); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D9ED is #082612. Grayscale: #E4E4E4. Windows color (decimal): -534035 or 15587831. OLE color: 15587831.

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

Color convert

RGB247217237-
CMYK00.120.040.03
HSL320º65.22%90.98%-
HSV(B)320º12.15%96.86%-
XYZ78.4675.5190.56-
YUV228.25132.94141.37-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.24%
GREEN value IS 217 (85.16% from 255) = 30.96%
BLUE value IS 237 (92.97% from 255) = 33.81%
R=35.24%
G=30.96%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721723700.120.040.0332065.2290.98
HexF7D9ED0C43140415b
Octal36733135501443500101133
Binary111101111101100111101101011001001110100000010000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D9ED; }

 p { color: rgb(247,217,237); }

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

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

 a { background-color: rgb(247,217,237); }

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

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

 span { border-color: rgb(247,217,237); }

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