#F8D5EC

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

Shades of Pig Pink #F8D5EC

Tints of Pig Pink #F8D5EC

Color information

#F8D5EC (or 0xF8D5EC) is unknown color: approx Pig Pink. HEX triplet: F8, D5 and EC. RGB value is (248,213,236). Sum of RGB (Red+Green+Blue) = 248+213+236=697 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.58% from 697); Green value is 213 (83.59% from 255 or 30.56% from 697); Blue value is 236 (92.58% from 255 or 33.86% from 697); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D5EC is #072A13. Grayscale: #E2E2E2. Windows color (decimal): -469524 or 15521272. OLE color: 15521272.

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

Color convert

RGB248213236-
CMYK00.140.050.03
HSL320.57º71.43%90.39%-
HSV(B)320.57º14.11%97.25%-
XYZ77.6573.689.47-
YUV226.09133.6143.63-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.58%
GREEN value IS 213 (83.59% from 255) = 30.56%
BLUE value IS 236 (92.58% from 255) = 33.86%
R=35.58%
G=30.56%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821323600.140.050.03320.5771.4390.39
HexF8D5EC0E53141475a
Octal37032535401653501107132
Binary111110001101010111101100011101011110100000110001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D5EC; }

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

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

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

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

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

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

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

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