#F8D6ED

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

Shades of Pig Pink #F8D6ED

Tints of Pig Pink #F8D6ED

Color information

#F8D6ED (or 0xF8D6ED) is unknown color: approx Pig Pink. HEX triplet: F8, D6 and ED. RGB value is (248,214,237). Sum of RGB (Red+Green+Blue) = 248+214+237=699 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.48% from 699); Green value is 214 (83.98% from 255 or 30.62% from 699); Blue value is 237 (92.97% from 255 or 33.91% from 699); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D6ED is #072912. Grayscale: #E2E2E2. Windows color (decimal): -469267 or 15587064. OLE color: 15587064.

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

Color convert

RGB248214237-
CMYK00.140.040.03
HSL319.41º70.83%90.59%-
HSV(B)319.41º13.71%97.25%-
XYZ78.0474.1690.32-
YUV226.79133.76143.13-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.48%
GREEN value IS 214 (83.98% from 255) = 30.62%
BLUE value IS 237 (92.97% from 255) = 33.91%
R=35.48%
G=30.62%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821423700.140.040.03319.4170.8390.59
HexF8D6ED0E4313f475b
Octal37032635501643477107133
Binary111110001101011011101101011101001110011111110001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D6ED; }

 p { color: rgb(248,214,237); }

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

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

 a { background-color: rgb(248,214,237); }

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

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

 span { border-color: rgb(248,214,237); }

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