#F9DBF1

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

Shades of Pig Pink #F9DBF1

Tints of Pig Pink #F9DBF1

Color information

#F9DBF1 (or 0xF9DBF1) is unknown color: approx Pig Pink. HEX triplet: F9, DB and F1. RGB value is (249,219,241). Sum of RGB (Red+Green+Blue) = 249+219+241=709 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.12% from 709); Green value is 219 (85.94% from 255 or 30.89% from 709); Blue value is 241 (94.53% from 255 or 33.99% from 709); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DBF1 is #06240E. Grayscale: #E6E6E6. Windows color (decimal): -402447 or 15850489. OLE color: 15850489.

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

Color convert

RGB249219241-
CMYK00.120.030.02
HSL316º71.43%91.76%-
HSV(B)316º12.05%97.65%-
XYZ80.2877.1593.88-
YUV230.48133.94141.21-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.12%
GREEN value IS 219 (85.94% from 255) = 30.89%
BLUE value IS 241 (94.53% from 255) = 33.99%
R=35.12%
G=30.89%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921924100.120.030.0231671.4391.76
HexF9DBF10C3213c475c
Octal37133336101432474107134
Binary11111001110110111111000101100111010011110010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DBF1; }

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

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

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

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

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

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

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

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