#F8D1E0

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

Shades of Pig Pink #F8D1E0

Tints of Pig Pink #F8D1E0

Color information

#F8D1E0 (or 0xF8D1E0) is unknown color: approx Pig Pink. HEX triplet: F8, D1 and E0. RGB value is (248,209,224). Sum of RGB (Red+Green+Blue) = 248+209+224=681 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.42% from 681); Green value is 209 (82.03% from 255 or 30.69% from 681); Blue value is 224 (87.89% from 255 or 32.89% from 681); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D1E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D1E0 is #072E1F. Grayscale: #DEDEDE. Windows color (decimal): -470560 or 14733816. OLE color: 14733816.

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

Color convert

RGB248209224-
CMYK00.160.100.03
HSL336.92º73.58%89.61%-
HSV(B)336.92º15.73%97.25%-
XYZ74.9770.9480.26-
YUV222.37128.92146.28-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.42%
GREEN value IS 209 (82.03% from 255) = 30.69%
BLUE value IS 224 (87.89% from 255) = 32.89%
R=36.42%
G=30.69%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820922400.160.100.03336.9273.5889.61
HexF8D1E0010A31514a5a
Octal370321340020123521112132
Binary11111000110100011110000001000010101110101000110010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D1E0; }

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

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

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

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

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

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

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

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