#F8DAED

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

Shades of Pig Pink #F8DAED

Tints of Pig Pink #F8DAED

Color information

#F8DAED (or 0xF8DAED) is unknown color: approx Pig Pink. HEX triplet: F8, DA and ED. RGB value is (248,218,237). Sum of RGB (Red+Green+Blue) = 248+218+237=703 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.28% from 703); Green value is 218 (85.55% from 255 or 31.01% from 703); Blue value is 237 (92.97% from 255 or 33.71% from 703); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DAED is #072512. Grayscale: #E5E5E5. Windows color (decimal): -468243 or 15588088. OLE color: 15588088.

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

Color convert

RGB248218237-
CMYK00.120.040.03
HSL322º68.18%91.37%-
HSV(B)322º12.1%97.25%-
XYZ79.0776.2190.66-
YUV229.14132.44141.46-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.28%
GREEN value IS 218 (85.55% from 255) = 31.01%
BLUE value IS 237 (92.97% from 255) = 33.71%
R=35.28%
G=31.01%
B=33.71%

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
Decimal24821823700.120.040.0332268.1891.37
HexF8DAED0C43142445b
Octal37033235501443502104133
Binary111110001101101011101101011001001110100001010001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DAED; }

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

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

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

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

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

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

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

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