#F2DFEC

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

Shades of Pig Pink #F2DFEC

Tints of Pig Pink #F2DFEC

Color information

#F2DFEC (or 0xF2DFEC) is unknown color: approx Pig Pink. HEX triplet: F2, DF and EC. RGB value is (242,223,236). Sum of RGB (Red+Green+Blue) = 242+223+236=701 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.52% from 701); Green value is 223 (87.5% from 255 or 31.81% from 701); Blue value is 236 (92.58% from 255 or 33.67% from 701); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DFEC is #0D2013. Grayscale: #E6E6E6. Windows color (decimal): -860180 or 15523826. OLE color: 15523826.

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

Color convert

RGB242223236-
CMYK00.080.020.05
HSL318.95º42.22%91.18%-
HSV(B)318.95º7.85%94.9%-
XYZ78.1577.7190.24-
YUV230.16131.29136.44-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.52%
GREEN value IS 223 (87.5% from 255) = 31.81%
BLUE value IS 236 (92.58% from 255) = 33.67%
R=34.52%
G=31.81%
B=33.67%

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
Decimal24222323600.080.020.05318.9542.2291.18
HexF2DFEC082513f2a5b
Octal3623373540102547752133
Binary11110010110111111110110001000101011001111111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DFEC; }

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

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

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

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

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

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

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

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