#F9D9EC

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

Shades of Pig Pink #F9D9EC

Tints of Pig Pink #F9D9EC

Color information

#F9D9EC (or 0xF9D9EC) is unknown color: approx Pig Pink. HEX triplet: F9, D9 and EC. RGB value is (249,217,236). Sum of RGB (Red+Green+Blue) = 249+217+236=702 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.47% from 702); Green value is 217 (85.16% from 255 or 30.91% from 702); Blue value is 236 (92.58% from 255 or 33.62% from 702); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9D9EC is #062613. Grayscale: #E4E4E4. Windows color (decimal): -402964 or 15522297. OLE color: 15522297.

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

Color convert

RGB249217236-
CMYK00.130.050.02
HSL324.38º72.73%91.37%-
HSV(B)324.38º12.85%97.65%-
XYZ79.0275.8289.83-
YUV228.73132.1142.46-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.47%
GREEN value IS 217 (85.16% from 255) = 30.91%
BLUE value IS 236 (92.58% from 255) = 33.62%
R=35.47%
G=30.91%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921723600.130.050.02324.3872.7391.37
HexF9D9EC0D52144495b
Octal37133135401552504111133
Binary111110011101100111101100011011011010100010010010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D9EC; }

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

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

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

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

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

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

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

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