#F2DFE9

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

Shades of Pig Pink #F2DFE9

Tints of Pig Pink #F2DFE9

Color information

#F2DFE9 (or 0xF2DFE9) is unknown color: approx Pig Pink. HEX triplet: F2, DF and E9. RGB value is (242,223,233). Sum of RGB (Red+Green+Blue) = 242+223+233=698 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.67% from 698); Green value is 223 (87.5% from 255 or 31.95% from 698); Blue value is 233 (91.41% from 255 or 33.38% from 698); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DFE9 is #0D2016. Grayscale: #E5E5E5. Windows color (decimal): -860183 or 15327218. OLE color: 15327218.

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

Color convert

RGB242223233-
CMYK00.080.040.05
HSL328.42º42.22%91.18%-
HSV(B)328.42º7.85%94.9%-
XYZ77.7177.5487.96-
YUV229.82129.79136.69-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.67%
GREEN value IS 223 (87.5% from 255) = 31.95%
BLUE value IS 233 (91.41% from 255) = 33.38%
R=34.67%
G=31.95%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222323300.080.040.05328.4242.2291.18
HexF2DFE908451482a5b
Octal3623373510104551052133
Binary111100101101111111101001010001001011010010001010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DFE9; }

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

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

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

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

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

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

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

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