#F2D7E2

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

Shades of Pig Pink #F2D7E2

Tints of Pig Pink #F2D7E2

Color information

#F2D7E2 (or 0xF2D7E2) is unknown color: approx Pig Pink. HEX triplet: F2, D7 and E2. RGB value is (242,215,226). Sum of RGB (Red+Green+Blue) = 242+215+226=683 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.43% from 683); Green value is 215 (84.38% from 255 or 31.48% from 683); Blue value is 226 (88.67% from 255 or 33.09% from 683); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D7E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D7E2 is #0D281D. Grayscale: #E0E0E0. Windows color (decimal): -862238 or 14866418. OLE color: 14866418.

HSL color Cylindrical-coordinate representation of color #F2D7E2: hue angle of 335.56º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2D7E2 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB242215226-
CMYK00.110.070.05
HSL335.56º50.94%89.61%-
HSV(B)335.56º11.16%94.9%-
XYZ74.6572.9782.1-
YUV224.33128.95140.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.43%
GREEN value IS 215 (84.38% from 255) = 31.48%
BLUE value IS 226 (88.67% from 255) = 33.09%
R=35.43%
G=31.48%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221522600.110.070.05335.5650.9489.61
HexF2D7E20B75150335a
Octal3623273420137552063132
Binary111100101101011111100010010111111011010100001100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D7E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D7E2; }

 p { color: rgb(242,215,226); }

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

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

 a { background-color: rgb(242,215,226); }

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

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

 span { border-color: rgb(242,215,226); }

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