#F8D1E3

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

Shades of Pig Pink #F8D1E3

Tints of Pig Pink #F8D1E3

Color information

#F8D1E3 (or 0xF8D1E3) is unknown color: approx Pig Pink. HEX triplet: F8, D1 and E3. RGB value is (248,209,227). Sum of RGB (Red+Green+Blue) = 248+209+227=684 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.26% from 684); Green value is 209 (82.03% from 255 or 30.56% from 684); Blue value is 227 (89.06% from 255 or 33.19% from 684); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D1E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D1E3 is #072E1C. Grayscale: #DEDEDE. Windows color (decimal): -470557 or 14930424. OLE color: 14930424.

HSL color Cylindrical-coordinate representation of color #F8D1E3: hue angle of 332.31º degrees, saturation: 0.74, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F8D1E3 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB248209227-
CMYK00.160.080.03
HSL332.31º73.58%89.61%-
HSV(B)332.31º15.73%97.25%-
XYZ75.3871.182.42-
YUV222.71130.42146.04-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.26%
GREEN value IS 209 (82.03% from 255) = 30.56%
BLUE value IS 227 (89.06% from 255) = 33.19%
R=36.26%
G=30.56%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820922700.160.080.03332.3173.5889.61
HexF8D1E30108314c4a5a
Octal370321343020103514112132
Binary11111000110100011110001101000010001110100110010010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D1E3; }

 p { color: rgb(248,209,227); }

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

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

 a { background-color: rgb(248,209,227); }

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

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

 span { border-color: rgb(248,209,227); }

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