#F9DBEF

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

Shades of Pig Pink #F9DBEF

Tints of Pig Pink #F9DBEF

Color information

#F9DBEF (or 0xF9DBEF) is unknown color: approx Pig Pink. HEX triplet: F9, DB and EF. RGB value is (249,219,239). Sum of RGB (Red+Green+Blue) = 249+219+239=707 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.22% from 707); Green value is 219 (85.94% from 255 or 30.98% from 707); Blue value is 239 (93.75% from 255 or 33.80% from 707); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DBEF is #062410. Grayscale: #E6E6E6. Windows color (decimal): -402449 or 15719417. OLE color: 15719417.

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

Color convert

RGB249219239-
CMYK00.120.040.02
HSL320º71.43%91.76%-
HSV(B)320º12.05%97.65%-
XYZ79.9877.0392.32-
YUV230.25132.94141.37-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.22%
GREEN value IS 219 (85.94% from 255) = 30.98%
BLUE value IS 239 (93.75% from 255) = 33.80%
R=35.22%
G=30.98%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921923900.120.040.0232071.4391.76
HexF9DBEF0C42140475c
Octal37133335701442500107134
Binary111110011101101111101111011001001010100000010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DBEF; }

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

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

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

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

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

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

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

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