#F8D9EB

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

Shades of Pig Pink #F8D9EB

Tints of Pig Pink #F8D9EB

Color information

#F8D9EB (or 0xF8D9EB) is unknown color: approx Pig Pink. HEX triplet: F8, D9 and EB. RGB value is (248,217,235). Sum of RGB (Red+Green+Blue) = 248+217+235=700 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.43% from 700); Green value is 217 (85.16% from 255 or 31% from 700); Blue value is 235 (92.19% from 255 or 33.57% from 700); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D9EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D9EB is #072614. Grayscale: #E4E4E4. Windows color (decimal): -468501 or 15456760. OLE color: 15456760.

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

Color convert

RGB248217235-
CMYK00.120.050.03
HSL325.16º68.89%91.18%-
HSV(B)325.16º12.5%97.25%-
XYZ78.5275.5889.05-
YUV228.32131.77142.04-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.43%
GREEN value IS 217 (85.16% from 255) = 31%
BLUE value IS 235 (92.19% from 255) = 33.57%
R=35.43%
G=31%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821723500.120.050.03325.1668.8991.18
HexF8D9EB0C53145455b
Octal37033135301453505105133
Binary111110001101100111101011011001011110100010110001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D9EB; }

 p { color: rgb(248,217,235); }

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

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

 a { background-color: rgb(248,217,235); }

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

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

 span { border-color: rgb(248,217,235); }

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