#F8D5E0

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

Shades of Pig Pink #F8D5E0

Tints of Pig Pink #F8D5E0

Color information

#F8D5E0 (or 0xF8D5E0) is unknown color: approx Pig Pink. HEX triplet: F8, D5 and E0. RGB value is (248,213,224). Sum of RGB (Red+Green+Blue) = 248+213+224=685 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.20% from 685); Green value is 213 (83.59% from 255 or 31.09% from 685); Blue value is 224 (87.89% from 255 or 32.70% from 685); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D5E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D5E0 is #072A1F. Grayscale: #E0E0E0. Windows color (decimal): -469536 or 14734840. OLE color: 14734840.

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

Color convert

RGB248213224-
CMYK00.140.100.03
HSL341.14º71.43%90.39%-
HSV(B)341.14º14.11%97.25%-
XYZ75.9672.9380.59-
YUV224.72127.6144.61-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.20%
GREEN value IS 213 (83.59% from 255) = 31.09%
BLUE value IS 224 (87.89% from 255) = 32.70%
R=36.20%
G=31.09%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821322400.140.100.03341.1471.4390.39
HexF8D5E00EA3155475a
Octal370325340016123525107132
Binary1111100011010101111000000111010101110101010110001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D5E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D5E0; }

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

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

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

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

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

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

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

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