#F8D9ED

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

Shades of Pig Pink #F8D9ED

Tints of Pig Pink #F8D9ED

Color information

#F8D9ED (or 0xF8D9ED) is unknown color: approx Pig Pink. HEX triplet: F8, D9 and ED. RGB value is (248,217,237). Sum of RGB (Red+Green+Blue) = 248+217+237=702 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.33% from 702); Green value is 217 (85.16% from 255 or 30.91% from 702); Blue value is 237 (92.97% from 255 or 33.76% from 702); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D9ED is #072612. Grayscale: #E4E4E4. Windows color (decimal): -468499 or 15587832. OLE color: 15587832.

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

Color convert

RGB248217237-
CMYK00.120.040.03
HSL321.29º68.89%91.18%-
HSV(B)321.29º12.5%97.25%-
XYZ78.8175.790.58-
YUV228.55132.77141.87-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.33%
GREEN value IS 217 (85.16% from 255) = 30.91%
BLUE value IS 237 (92.97% from 255) = 33.76%
R=35.33%
G=30.91%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821723700.120.040.03321.2968.8991.18
HexF8D9ED0C43141455b
Octal37033135501443501105133
Binary111110001101100111101101011001001110100000110001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D9ED; }

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

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

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

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

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

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

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

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