#F2DEE7

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

Shades of Pig Pink #F2DEE7

Tints of Pig Pink #F2DEE7

Color information

#F2DEE7 (or 0xF2DEE7) is unknown color: approx Pig Pink. HEX triplet: F2, DE and E7. RGB value is (242,222,231). Sum of RGB (Red+Green+Blue) = 242+222+231=695 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.82% from 695); Green value is 222 (87.11% from 255 or 31.94% from 695); Blue value is 231 (90.62% from 255 or 33.24% from 695); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DEE7 is #0D2118. Grayscale: #E4E4E4. Windows color (decimal): -860441 or 15195890. OLE color: 15195890.

HSL color Cylindrical-coordinate representation of color #F2DEE7: hue angle of 333º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F2DEE7 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB242222231-
CMYK00.080.050.05
HSL333º43.48%90.98%-
HSV(B)333º8.26%94.9%-
XYZ77.1676.8986.38-
YUV229.01129.13137.27-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.82%
GREEN value IS 222 (87.11% from 255) = 31.94%
BLUE value IS 231 (90.62% from 255) = 33.24%
R=34.82%
G=31.94%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222223100.080.050.0533343.4890.98
HexF2DEE7085514d2b5b
Octal3623363470105551553133
Binary111100101101111011100111010001011011010011011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DEE7; }

 p { color: rgb(242,222,231); }

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

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

 a { background-color: rgb(242,222,231); }

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

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

 span { border-color: rgb(242,222,231); }

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