#F7D5E7

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

Shades of Pig Pink #F7D5E7

Tints of Pig Pink #F7D5E7

Color information

#F7D5E7 (or 0xF7D5E7) is unknown color: approx Pig Pink. HEX triplet: F7, D5 and E7. RGB value is (247,213,231). Sum of RGB (Red+Green+Blue) = 247+213+231=691 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.75% from 691); Green value is 213 (83.59% from 255 or 30.82% from 691); Blue value is 231 (90.62% from 255 or 33.43% from 691); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D5E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D5E7 is #082A18. Grayscale: #E1E1E1. Windows color (decimal): -535065 or 15193591. OLE color: 15193591.

HSL color Cylindrical-coordinate representation of color #F7D5E7: hue angle of 328.24º degrees, saturation: 0.68, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F7D5E7 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB247213231-
CMYK00.140.060.03
HSL328.24º68%90.2%-
HSV(B)328.24º13.77%96.86%-
XYZ76.5873.1385.68-
YUV225.22131.26143.54-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.75%
GREEN value IS 213 (83.59% from 255) = 30.82%
BLUE value IS 231 (90.62% from 255) = 33.43%
R=35.75%
G=30.82%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721323100.140.060.03328.246890.2
HexF7D5E70E63148445a
Octal36732534701663510104132
Binary111101111101010111100111011101101110100100010001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D5E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D5E7; }

 p { color: rgb(247,213,231); }

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

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

 a { background-color: rgb(247,213,231); }

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

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

 span { border-color: rgb(247,213,231); }

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