#F1DEE7

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

Shades of Pig Pink #F1DEE7

Tints of Pig Pink #F1DEE7

Color information

#F1DEE7 (or 0xF1DEE7) is unknown color: approx Pig Pink. HEX triplet: F1, DE and E7. RGB value is (241,222,231). Sum of RGB (Red+Green+Blue) = 241+222+231=694 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.73% from 694); Green value is 222 (87.11% from 255 or 31.99% from 694); Blue value is 231 (90.62% from 255 or 33.29% from 694); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DEE7 is #0E2118. Grayscale: #E4E4E4. Windows color (decimal): -925977 or 15195889. OLE color: 15195889.

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

Color convert

RGB241222231-
CMYK00.080.040.05
HSL331.58º40.43%90.78%-
HSV(B)331.58º7.88%94.51%-
XYZ76.8276.7186.36-
YUV228.71129.29136.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.73%
GREEN value IS 222 (87.11% from 255) = 31.99%
BLUE value IS 231 (90.62% from 255) = 33.29%
R=34.73%
G=31.99%
B=33.29%

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
Decimal24122223100.080.040.05331.5840.4390.78
HexF1DEE7084514c285b
Octal3613363470104551450133
Binary111100011101111011100111010001001011010011001010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DEE7; }

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

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

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

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

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

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

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

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