#F7D3E0

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

Shades of Pig Pink #F7D3E0

Tints of Pig Pink #F7D3E0

Color information

#F7D3E0 (or 0xF7D3E0) is unknown color: approx Pig Pink. HEX triplet: F7, D3 and E0. RGB value is (247,211,224). Sum of RGB (Red+Green+Blue) = 247+211+224=682 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.22% from 682); Green value is 211 (82.81% from 255 or 30.94% from 682); Blue value is 224 (87.89% from 255 or 32.84% from 682); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D3E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D3E0 is #082C1F. Grayscale: #DFDFDF. Windows color (decimal): -535584 or 14734327. OLE color: 14734327.

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

Color convert

RGB247211224-
CMYK00.150.090.03
HSL338.33º69.23%89.8%-
HSV(B)338.33º14.57%96.86%-
XYZ75.1171.7480.41-
YUV223.25128.43144.94-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.22%
GREEN value IS 211 (82.81% from 255) = 30.94%
BLUE value IS 224 (87.89% from 255) = 32.84%
R=36.22%
G=30.94%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721122400.150.090.03338.3369.2389.8
HexF7D3E00F93152455a
Octal367323340017113522105132
Binary1111011111010011111000000111110011110101001010001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D3E0; }

 p { color: rgb(247,211,224); }

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

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

 a { background-color: rgb(247,211,224); }

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

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

 span { border-color: rgb(247,211,224); }

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