#F2D7E3

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

Shades of Pig Pink #F2D7E3

Tints of Pig Pink #F2D7E3

Color information

#F2D7E3 (or 0xF2D7E3) is unknown color: approx Pig Pink. HEX triplet: F2, D7 and E3. RGB value is (242,215,227). Sum of RGB (Red+Green+Blue) = 242+215+227=684 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.38% from 684); Green value is 215 (84.38% from 255 or 31.43% from 684); Blue value is 227 (89.06% from 255 or 33.19% from 684); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D7E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D7E3 is #0D281C. Grayscale: #E0E0E0. Windows color (decimal): -862237 or 14931954. OLE color: 14931954.

HSL color Cylindrical-coordinate representation of color #F2D7E3: hue angle of 333.33º 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 #F2D7E3 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB242215227-
CMYK00.110.060.05
HSL333.33º50.94%89.61%-
HSV(B)333.33º11.16%94.9%-
XYZ74.7873.0282.83-
YUV224.44129.45140.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.38%
GREEN value IS 215 (84.38% from 255) = 31.43%
BLUE value IS 227 (89.06% from 255) = 33.19%
R=35.38%
G=31.43%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221522700.110.060.05333.3350.9489.61
HexF2D7E30B6514d335a
Octal3623273430136551563132
Binary111100101101011111100011010111101011010011011100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D7E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D7E3; }

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

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

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

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

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

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

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

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