#F9DBEC

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

Shades of Pig Pink #F9DBEC

Tints of Pig Pink #F9DBEC

Color information

#F9DBEC (or 0xF9DBEC) is unknown color: approx Pig Pink. HEX triplet: F9, DB and EC. RGB value is (249,219,236). Sum of RGB (Red+Green+Blue) = 249+219+236=704 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.37% from 704); Green value is 219 (85.94% from 255 or 31.11% from 704); Blue value is 236 (92.58% from 255 or 33.52% from 704); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DBEC is #062413. Grayscale: #E5E5E5. Windows color (decimal): -402452 or 15522809. OLE color: 15522809.

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

Color convert

RGB249219236-
CMYK00.120.050.02
HSL326º71.43%91.76%-
HSV(B)326º12.05%97.65%-
XYZ79.5476.8690-
YUV229.91131.44141.62-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.37%
GREEN value IS 219 (85.94% from 255) = 31.11%
BLUE value IS 236 (92.58% from 255) = 33.52%
R=35.37%
G=31.11%
B=33.52%

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
Decimal24921923600.120.050.0232671.4391.76
HexF9DBEC0C52146475c
Octal37133335401452506107134
Binary111110011101101111101100011001011010100011010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DBEC; }

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

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

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

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

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

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

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

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