#F9DAED

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

Shades of Pig Pink #F9DAED

Tints of Pig Pink #F9DAED

Color information

#F9DAED (or 0xF9DAED) is unknown color: approx Pig Pink. HEX triplet: F9, DA and ED. RGB value is (249,218,237). Sum of RGB (Red+Green+Blue) = 249+218+237=704 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.37% from 704); Green value is 218 (85.55% from 255 or 30.97% from 704); Blue value is 237 (92.97% from 255 or 33.66% from 704); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DAED is #062512. Grayscale: #E5E5E5. Windows color (decimal): -402707 or 15588089. OLE color: 15588089.

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

Color convert

RGB249218237-
CMYK00.120.050.02
HSL323.23º72.09%91.57%-
HSV(B)323.23º12.45%97.65%-
XYZ79.4276.490.68-
YUV229.43132.27141.96-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.37%
GREEN value IS 218 (85.55% from 255) = 30.97%
BLUE value IS 237 (92.97% from 255) = 33.66%
R=35.37%
G=30.97%
B=33.66%

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
Decimal24921823700.120.050.02323.2372.0991.57
HexF9DAED0C52143485c
Octal37133235501452503110134
Binary111110011101101011101101011001011010100001110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DAED; }

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

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

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

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

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

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

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

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