#F9DBE7

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

Shades of Pig Pink #F9DBE7

Tints of Pig Pink #F9DBE7

Color information

#F9DBE7 (or 0xF9DBE7) is unknown color: approx Pig Pink. HEX triplet: F9, DB and E7. RGB value is (249,219,231). Sum of RGB (Red+Green+Blue) = 249+219+231=699 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.62% from 699); Green value is 219 (85.94% from 255 or 31.33% from 699); Blue value is 231 (90.62% from 255 or 33.05% from 699); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DBE7 is #062418. Grayscale: #E5E5E5. Windows color (decimal): -402457 or 15195129. OLE color: 15195129.

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

Color convert

RGB249219231-
CMYK00.120.070.02
HSL336º71.43%91.76%-
HSV(B)336º12.05%97.65%-
XYZ78.8276.5786.23-
YUV229.34128.94142.02-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.62%
GREEN value IS 219 (85.94% from 255) = 31.33%
BLUE value IS 231 (90.62% from 255) = 33.05%
R=35.62%
G=31.33%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921923100.120.070.0233671.4391.76
HexF9DBE70C72150475c
Octal37133334701472520107134
Binary111110011101101111100111011001111010101000010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DBE7; }

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

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

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

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

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

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

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

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