#F2DFEA

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

Shades of Pig Pink #F2DFEA

Tints of Pig Pink #F2DFEA

Color information

#F2DFEA (or 0xF2DFEA) is unknown color: approx Pig Pink. HEX triplet: F2, DF and EA. RGB value is (242,223,234). Sum of RGB (Red+Green+Blue) = 242+223+234=699 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.62% from 699); Green value is 223 (87.5% from 255 or 31.90% from 699); Blue value is 234 (91.80% from 255 or 33.48% from 699); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DFEA is #0D2015. Grayscale: #E5E5E5. Windows color (decimal): -860182 or 15392754. OLE color: 15392754.

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

Color convert

RGB242223234-
CMYK00.080.030.05
HSL325.26º42.22%91.18%-
HSV(B)325.26º7.85%94.9%-
XYZ77.8677.5988.72-
YUV229.94130.29136.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.62%
GREEN value IS 223 (87.5% from 255) = 31.90%
BLUE value IS 234 (91.80% from 255) = 33.48%
R=34.62%
G=31.90%
B=33.48%

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
Decimal24222323400.080.030.05325.2642.2291.18
HexF2DFEA08351452a5b
Octal3623373520103550552133
Binary11110010110111111110101001000111011010001011010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DFEA; }

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

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

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

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

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

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

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

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