#F5D8EC

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

Shades of Pig Pink #F5D8EC

Tints of Pig Pink #F5D8EC

Color information

#F5D8EC (or 0xF5D8EC) is unknown color: approx Pig Pink. HEX triplet: F5, D8 and EC. RGB value is (245,216,236). Sum of RGB (Red+Green+Blue) = 245+216+236=697 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.15% from 697); Green value is 216 (84.77% from 255 or 30.99% from 697); Blue value is 236 (92.58% from 255 or 33.86% from 697); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D8EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D8EC is #0A2713. Grayscale: #E2E2E2. Windows color (decimal): -665364 or 15522037. OLE color: 15522037.

HSL color Cylindrical-coordinate representation of color #F5D8EC: hue angle of 318.62º degrees, saturation: 0.59, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F5D8EC is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB245216236-
CMYK00.120.040.04
HSL318.62º59.18%90.39%-
HSV(B)318.62º11.84%96.08%-
XYZ77.3574.5889.68-
YUV226.95133.11140.87-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.15%
GREEN value IS 216 (84.77% from 255) = 30.99%
BLUE value IS 236 (92.58% from 255) = 33.86%
R=35.15%
G=30.99%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521623600.120.040.04318.6259.1890.39
HexF5D8EC0C4413f3b5a
Octal3653303540144447773132
Binary111101011101100011101100011001001001001111111110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D8EC; }

 p { color: rgb(245,216,236); }

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

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

 a { background-color: rgb(245,216,236); }

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

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

 span { border-color: rgb(245,216,236); }

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