#F9DAEA

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

Shades of Pig Pink #F9DAEA

Tints of Pig Pink #F9DAEA

Color information

#F9DAEA (or 0xF9DAEA) is unknown color: approx Pig Pink. HEX triplet: F9, DA and EA. RGB value is (249,218,234). Sum of RGB (Red+Green+Blue) = 249+218+234=701 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.52% from 701); Green value is 218 (85.55% from 255 or 31.10% from 701); Blue value is 234 (91.80% from 255 or 33.38% from 701); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DAEA is #062515. Grayscale: #E5E5E5. Windows color (decimal): -402710 or 15391481. OLE color: 15391481.

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

Color convert

RGB249218234-
CMYK00.120.060.02
HSL329.03º72.09%91.57%-
HSV(B)329.03º12.45%97.65%-
XYZ78.9976.2288.39-
YUV229.09130.77142.2-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.52%
GREEN value IS 218 (85.55% from 255) = 31.10%
BLUE value IS 234 (91.80% from 255) = 33.38%
R=35.52%
G=31.10%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921823400.120.060.02329.0372.0991.57
HexF9DAEA0C62149485c
Octal37133235201462511110134
Binary111110011101101011101010011001101010100100110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DAEA; }

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

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

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

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

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

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

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

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