#F7DAEA

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

Shades of Pig Pink #F7DAEA

Tints of Pig Pink #F7DAEA

Color information

#F7DAEA (or 0xF7DAEA) is unknown color: approx Pig Pink. HEX triplet: F7, DA and EA. RGB value is (247,218,234). Sum of RGB (Red+Green+Blue) = 247+218+234=699 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.34% from 699); Green value is 218 (85.55% from 255 or 31.19% from 699); Blue value is 234 (91.80% from 255 or 33.48% from 699); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DAEA is #082515. Grayscale: #E4E4E4. Windows color (decimal): -533782 or 15391479. OLE color: 15391479.

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

Color convert

RGB247218234-
CMYK00.120.050.03
HSL326.9º64.44%91.18%-
HSV(B)326.9º11.74%96.86%-
XYZ78.2875.8688.36-
YUV228.5131.11141.2-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.34%
GREEN value IS 218 (85.55% from 255) = 31.19%
BLUE value IS 234 (91.80% from 255) = 33.48%
R=35.34%
G=31.19%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721823400.120.050.03326.964.4491.18
HexF7DAEA0C53147405b
Octal36733235201453507100133
Binary111101111101101011101010011001011110100011110000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DAEA; }

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

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

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

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

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

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

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

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