#F8D8ED

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

Shades of Pig Pink #F8D8ED

Tints of Pig Pink #F8D8ED

Color information

#F8D8ED (or 0xF8D8ED) is unknown color: approx Pig Pink. HEX triplet: F8, D8 and ED. RGB value is (248,216,237). Sum of RGB (Red+Green+Blue) = 248+216+237=701 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.38% from 701); Green value is 216 (84.77% from 255 or 30.81% from 701); Blue value is 237 (92.97% from 255 or 33.81% from 701); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D8ED is #072712. Grayscale: #E3E3E3. Windows color (decimal): -468755 or 15587576. OLE color: 15587576.

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

Color convert

RGB248216237-
CMYK00.130.040.03
HSL320.62º69.57%90.98%-
HSV(B)320.62º12.9%97.25%-
XYZ78.5575.1890.49-
YUV227.96133.1142.29-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.38%
GREEN value IS 216 (84.77% from 255) = 30.81%
BLUE value IS 237 (92.97% from 255) = 33.81%
R=35.38%
G=30.81%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821623700.130.040.03320.6269.5790.98
HexF8D8ED0D43141465b
Octal37033035501543501106133
Binary111110001101100011101101011011001110100000110001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D8ED; }

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

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

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

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

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

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

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

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