#F7D2E1

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

Shades of Pig Pink #F7D2E1

Tints of Pig Pink #F7D2E1

Color information

#F7D2E1 (or 0xF7D2E1) is unknown color: approx Pig Pink. HEX triplet: F7, D2 and E1. RGB value is (247,210,225). Sum of RGB (Red+Green+Blue) = 247+210+225=682 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.22% from 682); Green value is 210 (82.42% from 255 or 30.79% from 682); Blue value is 225 (88.28% from 255 or 32.99% from 682); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D2E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D2E1 is #082D1E. Grayscale: #DEDEDE. Windows color (decimal): -535839 or 14799607. OLE color: 14799607.

HSL color Cylindrical-coordinate representation of color #F7D2E1: hue angle of 335.68º degrees, saturation: 0.7, 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 #F7D2E1 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB247210225-
CMYK00.150.090.03
HSL335.68º69.81%89.61%-
HSV(B)335.68º14.98%96.86%-
XYZ74.9971.381.04-
YUV222.77129.26145.28-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.22%
GREEN value IS 210 (82.42% from 255) = 30.79%
BLUE value IS 225 (88.28% from 255) = 32.99%
R=36.22%
G=30.79%
B=32.99%

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
Decimal24721022500.150.090.03335.6869.8189.61
HexF7D2E10F93150465a
Octal367322341017113520106132
Binary1111011111010010111000010111110011110101000010001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D2E1; }

 p { color: rgb(247,210,225); }

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

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

 a { background-color: rgb(247,210,225); }

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

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

 span { border-color: rgb(247,210,225); }

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