#F9D4EC

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

Shades of Pig Pink #F9D4EC

Tints of Pig Pink #F9D4EC

Color information

#F9D4EC (or 0xF9D4EC) is unknown color: approx Pig Pink. HEX triplet: F9, D4 and EC. RGB value is (249,212,236). Sum of RGB (Red+Green+Blue) = 249+212+236=697 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.72% from 697); Green value is 212 (83.20% from 255 or 30.42% from 697); Blue value is 236 (92.58% from 255 or 33.86% from 697); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9D4EC is #062B13. Grayscale: #E1E1E1. Windows color (decimal): -404244 or 15521017. OLE color: 15521017.

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

Color convert

RGB249212236-
CMYK00.150.050.02
HSL321.08º75.51%90.39%-
HSV(B)321.08º14.86%97.65%-
XYZ77.7573.2889.4-
YUV225.8133.76144.55-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.72%
GREEN value IS 212 (83.20% from 255) = 30.42%
BLUE value IS 236 (92.58% from 255) = 33.86%
R=35.72%
G=30.42%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921223600.150.050.02321.0875.5190.39
HexF9D4EC0F521414c5a
Octal37132435401752501114132
Binary111110011101010011101100011111011010100000110011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D4EC; }

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

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

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

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

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

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

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

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