#F1DCE4

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

Shades of Pig Pink #F1DCE4

Tints of Pig Pink #F1DCE4

Color information

#F1DCE4 (or 0xF1DCE4) is unknown color: approx Pig Pink. HEX triplet: F1, DC and E4. RGB value is (241,220,228). Sum of RGB (Red+Green+Blue) = 241+220+228=689 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.98% from 689); Green value is 220 (86.33% from 255 or 31.93% from 689); Blue value is 228 (89.45% from 255 or 33.09% from 689); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCE4 is #0E231B. Grayscale: #E3E3E3. Windows color (decimal): -926492 or 14998769. OLE color: 14998769.

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

Color convert

RGB241220228-
CMYK00.090.050.05
HSL337.14º42.86%90.39%-
HSV(B)337.14º8.71%94.51%-
XYZ75.8775.4983.97-
YUV227.19128.46137.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.98%
GREEN value IS 220 (86.33% from 255) = 31.93%
BLUE value IS 228 (89.45% from 255) = 33.09%
R=34.98%
G=31.93%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122022800.090.050.05337.1442.8690.39
HexF1DCE409551512b5a
Octal3613343440115552153132
Binary111100011101110011100100010011011011010100011010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DCE4; }

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

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

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

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

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

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

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

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