#F9DAEC

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

Shades of Pig Pink #F9DAEC

Tints of Pig Pink #F9DAEC

Color information

#F9DAEC (or 0xF9DAEC) is unknown color: approx Pig Pink. HEX triplet: F9, DA and EC. RGB value is (249,218,236). Sum of RGB (Red+Green+Blue) = 249+218+236=703 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.42% from 703); Green value is 218 (85.55% from 255 or 31.01% from 703); Blue value is 236 (92.58% from 255 or 33.57% from 703); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DAEC is #062513. Grayscale: #E5E5E5. Windows color (decimal): -402708 or 15522553. OLE color: 15522553.

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

Color convert

RGB249218236-
CMYK00.120.050.02
HSL325.16º72.09%91.57%-
HSV(B)325.16º12.45%97.65%-
XYZ79.2876.3489.91-
YUV229.32131.77142.04-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.42%
GREEN value IS 218 (85.55% from 255) = 31.01%
BLUE value IS 236 (92.58% from 255) = 33.57%
R=35.42%
G=31.01%
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.02
SystemRedGreenBlueCMYKHSL
Decimal24921823600.120.050.02325.1672.0991.57
HexF9DAEC0C52145485c
Octal37133235401452505110134
Binary111110011101101011101100011001011010100010110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DAEC; }

 p { color: rgb(249,218,236); }

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

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

 a { background-color: rgb(249,218,236); }

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

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

 span { border-color: rgb(249,218,236); }

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