#F1D8E0

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

Shades of Pig Pink #F1D8E0

Tints of Pig Pink #F1D8E0

Color information

#F1D8E0 (or 0xF1D8E0) is unknown color: approx Pig Pink. HEX triplet: F1, D8 and E0. RGB value is (241,216,224). Sum of RGB (Red+Green+Blue) = 241+216+224=681 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.39% from 681); Green value is 216 (84.77% from 255 or 31.72% from 681); Blue value is 224 (87.89% from 255 or 32.89% from 681); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D8E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D8E0 is #0E271F. Grayscale: #E0E0E0. Windows color (decimal): -927520 or 14735601. OLE color: 14735601.

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

Color convert

RGB241216224-
CMYK00.100.070.05
HSL340.8º47.17%89.61%-
HSV(B)340.8º10.37%94.51%-
XYZ74.2973.1980.73-
YUV224.39127.78139.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.39%
GREEN value IS 216 (84.77% from 255) = 31.72%
BLUE value IS 224 (87.89% from 255) = 32.89%
R=35.39%
G=31.72%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121622400.100.070.05340.847.1789.61
HexF1D8E00A751552f5a
Octal3613303400127552557132
Binary111100011101100011100000010101111011010101011011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D8E0; }

 p { color: rgb(241,216,224); }

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

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

 a { background-color: rgb(241,216,224); }

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

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

 span { border-color: rgb(241,216,224); }

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