#F1DFE9

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

Shades of Pig Pink #F1DFE9

Tints of Pig Pink #F1DFE9

Color information

#F1DFE9 (or 0xF1DFE9) is unknown color: approx Pig Pink. HEX triplet: F1, DF and E9. RGB value is (241,223,233). Sum of RGB (Red+Green+Blue) = 241+223+233=697 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.58% from 697); Green value is 223 (87.5% from 255 or 31.99% from 697); Blue value is 233 (91.41% from 255 or 33.43% from 697); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DFE9 is #0E2016. Grayscale: #E5E5E5. Windows color (decimal): -925719 or 15327217. OLE color: 15327217.

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

Color convert

RGB241223233-
CMYK00.070.030.05
HSL326.67º39.13%90.98%-
HSV(B)326.67º7.47%94.51%-
XYZ77.3777.3687.94-
YUV229.52129.96136.19-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.58%
GREEN value IS 223 (87.5% from 255) = 31.99%
BLUE value IS 233 (91.41% from 255) = 33.43%
R=34.58%
G=31.99%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122323300.070.030.05326.6739.1390.98
HexF1DFE90735147275b
Octal361337351073550747133
Binary1111000111011111111010010111111011010001111001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DFE9; }

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

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

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

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

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

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

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

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