#F2DEEC

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

Shades of Pig Pink #F2DEEC

Tints of Pig Pink #F2DEEC

Color information

#F2DEEC (or 0xF2DEEC) is unknown color: approx Pig Pink. HEX triplet: F2, DE and EC. RGB value is (242,222,236). Sum of RGB (Red+Green+Blue) = 242+222+236=700 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.57% from 700); Green value is 222 (87.11% from 255 or 31.71% from 700); Blue value is 236 (92.58% from 255 or 33.71% from 700); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DEEC is #0D2113. Grayscale: #E5E5E5. Windows color (decimal): -860436 or 15523570. OLE color: 15523570.

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

Color convert

RGB242222236-
CMYK00.080.020.05
HSL318º43.48%90.98%-
HSV(B)318º8.26%94.9%-
XYZ77.8877.1890.15-
YUV229.58131.63136.86-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.57%
GREEN value IS 222 (87.11% from 255) = 31.71%
BLUE value IS 236 (92.58% from 255) = 33.71%
R=34.57%
G=31.71%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222223600.080.020.0531843.4890.98
HexF2DEEC082513e2b5b
Octal3623363540102547653133
Binary11110010110111101110110001000101011001111101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DEEC; }

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

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

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

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

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

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

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

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