#F1D9E4

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

Shades of Pig Pink #F1D9E4

Tints of Pig Pink #F1D9E4

Color information

#F1D9E4 (or 0xF1D9E4) is unknown color: approx Pig Pink. HEX triplet: F1, D9 and E4. RGB value is (241,217,228). Sum of RGB (Red+Green+Blue) = 241+217+228=686 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.13% from 686); Green value is 217 (85.16% from 255 or 31.63% from 686); Blue value is 228 (89.45% from 255 or 33.24% from 686); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D9E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D9E4 is #0E261B. Grayscale: #E1E1E1. Windows color (decimal): -927260 or 14998001. OLE color: 14998001.

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

Color convert

RGB241217228-
CMYK00.100.050.05
HSL332.5º46.15%89.8%-
HSV(B)332.5º9.96%94.51%-
XYZ75.0973.9383.71-
YUV225.43129.45139.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.13%
GREEN value IS 217 (85.16% from 255) = 31.63%
BLUE value IS 228 (89.45% from 255) = 33.24%
R=35.13%
G=31.63%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121722800.100.050.05332.546.1589.8
HexF1D9E40A5514c2e5a
Octal3613313440125551456132
Binary111100011101100111100100010101011011010011001011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D9E4; }

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

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

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

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

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

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

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

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