#F2DEEA

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

Shades of Pig Pink #F2DEEA

Tints of Pig Pink #F2DEEA

Color information

#F2DEEA (or 0xF2DEEA) is unknown color: approx Pig Pink. HEX triplet: F2, DE and EA. RGB value is (242,222,234). Sum of RGB (Red+Green+Blue) = 242+222+234=698 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.67% from 698); Green value is 222 (87.11% from 255 or 31.81% from 698); Blue value is 234 (91.80% from 255 or 33.52% from 698); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DEEA is #0D2115. Grayscale: #E5E5E5. Windows color (decimal): -860438 or 15392498. OLE color: 15392498.

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

Color convert

RGB242222234-
CMYK00.080.030.05
HSL324º43.48%90.98%-
HSV(B)324º8.26%94.9%-
XYZ77.5977.0688.63-
YUV229.35130.63137.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.67%
GREEN value IS 222 (87.11% from 255) = 31.81%
BLUE value IS 234 (91.80% from 255) = 33.52%
R=34.67%
G=31.81%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222223400.080.030.0532443.4890.98
HexF2DEEA08351442b5b
Octal3623363520103550453133
Binary11110010110111101110101001000111011010001001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DEEA; }

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

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

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

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

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

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

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

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