#F1D9E3

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

Shades of Pig Pink #F1D9E3

Tints of Pig Pink #F1D9E3

Color information

#F1D9E3 (or 0xF1D9E3) is unknown color: approx Pig Pink. HEX triplet: F1, D9 and E3. RGB value is (241,217,227). Sum of RGB (Red+Green+Blue) = 241+217+227=685 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.18% from 685); Green value is 217 (85.16% from 255 or 31.68% from 685); Blue value is 227 (89.06% from 255 or 33.14% from 685); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D9E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D9E3 is #0E261C. Grayscale: #E1E1E1. Windows color (decimal): -927261 or 14932465. OLE color: 14932465.

HSL color Cylindrical-coordinate representation of color #F1D9E3: hue angle of 335º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1D9E3 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB241217227-
CMYK00.100.060.05
HSL335º46.15%89.8%-
HSV(B)335º9.96%94.51%-
XYZ74.9573.8782.98-
YUV225.32128.95139.19-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.18%
GREEN value IS 217 (85.16% from 255) = 31.68%
BLUE value IS 227 (89.06% from 255) = 33.14%
R=35.18%
G=31.68%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121722700.100.060.0533546.1589.8
HexF1D9E30A6514f2e5a
Octal3613313430126551756132
Binary111100011101100111100011010101101011010011111011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D9E3; }

 p { color: rgb(241,217,227); }

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

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

 a { background-color: rgb(241,217,227); }

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

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

 span { border-color: rgb(241,217,227); }

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