#F1DFE7

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

Shades of Pig Pink #F1DFE7

Tints of Pig Pink #F1DFE7

Color information

#F1DFE7 (or 0xF1DFE7) is unknown color: approx Pig Pink. HEX triplet: F1, DF and E7. RGB value is (241,223,231). Sum of RGB (Red+Green+Blue) = 241+223+231=695 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.68% from 695); Green value is 223 (87.5% from 255 or 32.09% from 695); Blue value is 231 (90.62% from 255 or 33.24% from 695); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DFE7 is #0E2018. Grayscale: #E5E5E5. Windows color (decimal): -925721 or 15196145. OLE color: 15196145.

HSL color Cylindrical-coordinate representation of color #F1DFE7: hue angle of 333.33º degrees, saturation: 0.39, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F1DFE7 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB241223231-
CMYK00.070.040.05
HSL333.33º39.13%90.98%-
HSV(B)333.33º7.47%94.51%-
XYZ77.0977.2586.45-
YUV229.29128.96136.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.68%
GREEN value IS 223 (87.5% from 255) = 32.09%
BLUE value IS 231 (90.62% from 255) = 33.24%
R=34.68%
G=32.09%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122323100.070.040.05333.3339.1390.98
HexF1DFE7074514d275b
Octal361337347074551547133
Binary11110001110111111110011101111001011010011011001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DFE7; }

 p { color: rgb(241,223,231); }

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

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

 a { background-color: rgb(241,223,231); }

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

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

 span { border-color: rgb(241,223,231); }

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