#F7DFED

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

Shades of Pig Pink #F7DFED

Tints of Pig Pink #F7DFED

Color information

#F7DFED (or 0xF7DFED) is unknown color: approx Pig Pink. HEX triplet: F7, DF and ED. RGB value is (247,223,237). Sum of RGB (Red+Green+Blue) = 247+223+237=707 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.94% from 707); Green value is 223 (87.5% from 255 or 31.54% from 707); Blue value is 237 (92.97% from 255 or 33.52% from 707); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DFED is #082012. Grayscale: #E7E7E7. Windows color (decimal): -532499 or 15589367. OLE color: 15589367.

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

Color convert

RGB247223237-
CMYK00.100.040.03
HSL325º60%92.16%-
HSV(B)325º9.72%96.86%-
XYZ80.0378.6691.09-
YUV231.77130.95138.86-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.94%
GREEN value IS 223 (87.5% from 255) = 31.54%
BLUE value IS 237 (92.97% from 255) = 33.52%
R=34.94%
G=31.54%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722323700.100.040.033256092.16
HexF7DFED0A431453c5c
Octal3673373550124350574134
Binary11110111110111111110110101010100111010001011111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DFED; }

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

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

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

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

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

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

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

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