#F9DCEC

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

Shades of Pig Pink #F9DCEC

Tints of Pig Pink #F9DCEC

Color information

#F9DCEC (or 0xF9DCEC) is unknown color: approx Pig Pink. HEX triplet: F9, DC and EC. RGB value is (249,220,236). Sum of RGB (Red+Green+Blue) = 249+220+236=705 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.32% from 705); Green value is 220 (86.33% from 255 or 31.21% from 705); Blue value is 236 (92.58% from 255 or 33.48% from 705); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DCEC is #062313. Grayscale: #E6E6E6. Windows color (decimal): -402196 or 15523065. OLE color: 15523065.

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

Color convert

RGB249220236-
CMYK00.120.050.02
HSL326.9º70.73%91.96%-
HSV(B)326.9º11.65%97.65%-
XYZ79.877.3890.09-
YUV230.49131.11141.2-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.32%
GREEN value IS 220 (86.33% from 255) = 31.21%
BLUE value IS 236 (92.58% from 255) = 33.48%
R=35.32%
G=31.21%
B=33.48%

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
Decimal24922023600.120.050.02326.970.7391.96
HexF9DCEC0C52147475c
Octal37133435401452507107134
Binary111110011101110011101100011001011010100011110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DCEC; }

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

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

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

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

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

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

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

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