#F5DAED

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

Shades of Pig Pink #F5DAED

Tints of Pig Pink #F5DAED

Color information

#F5DAED (or 0xF5DAED) is unknown color: approx Pig Pink. HEX triplet: F5, DA and ED. RGB value is (245,218,237). Sum of RGB (Red+Green+Blue) = 245+218+237=700 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35% from 700); Green value is 218 (85.55% from 255 or 31.14% from 700); Blue value is 237 (92.97% from 255 or 33.86% from 700); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DAED is #0A2512. Grayscale: #E4E4E4. Windows color (decimal): -664851 or 15588085. OLE color: 15588085.

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

Color convert

RGB245218237-
CMYK00.110.030.04
HSL317.78º57.45%90.78%-
HSV(B)317.78º11.02%96.08%-
XYZ78.0175.6790.61-
YUV228.24132.95139.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35%
GREEN value IS 218 (85.55% from 255) = 31.14%
BLUE value IS 237 (92.97% from 255) = 33.86%
R=35%
G=31.14%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521823700.110.030.04317.7857.4590.78
HexF5DAED0B3413e395b
Octal3653323550133447671133
Binary11110101110110101110110101011111001001111101110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DAED; }

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

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

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

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

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

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

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

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