#F1D7E2

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

Shades of Pig Pink #F1D7E2

Tints of Pig Pink #F1D7E2

Color information

#F1D7E2 (or 0xF1D7E2) is unknown color: approx Pig Pink. HEX triplet: F1, D7 and E2. RGB value is (241,215,226). Sum of RGB (Red+Green+Blue) = 241+215+226=682 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.34% from 682); Green value is 215 (84.38% from 255 or 31.52% from 682); Blue value is 226 (88.67% from 255 or 33.14% from 682); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D7E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D7E2 is #0E281D. Grayscale: #E0E0E0. Windows color (decimal): -927774 or 14866417. OLE color: 14866417.

HSL color Cylindrical-coordinate representation of color #F1D7E2: hue angle of 334.62º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F1D7E2 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB241215226-
CMYK00.110.060.05
HSL334.62º48.15%89.41%-
HSV(B)334.62º10.79%94.51%-
XYZ74.372.7982.09-
YUV224.03129.11140.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.34%
GREEN value IS 215 (84.38% from 255) = 31.52%
BLUE value IS 226 (88.67% from 255) = 33.14%
R=35.34%
G=31.52%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121522600.110.060.05334.6248.1589.41
HexF1D7E20B6514f3059
Octal3613273420136551760131
Binary111100011101011111100010010111101011010011111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D7E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D7E2; }

 p { color: rgb(241,215,226); }

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

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

 a { background-color: rgb(241,215,226); }

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

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

 span { border-color: rgb(241,215,226); }

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