#F9FEF4

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

Shades of Saltpan #F9FEF4

Tints of Saltpan #F9FEF4

Color information

#F9FEF4 (or 0xF9FEF4) is unknown color: approx Saltpan. HEX triplet: F9, FE and F4. RGB value is (249,254,244). Sum of RGB (Red+Green+Blue) = 249+254+244=747 (98% of max value = 765). Red value is 249 (97.66% from 255 or 33.33% from 747); Green value is 254 (99.61% from 255 or 34.00% from 747); Blue value is 244 (95.70% from 255 or 32.66% from 747); Max value from RGB is 254 - color contains mainly: green. Hex color #F9FEF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9FEF4 is #06010B. Grayscale: #FBFBFB. Windows color (decimal): -393484 or 16056057. OLE color: 16056057.

HSL color Cylindrical-coordinate representation of color #F9FEF4: hue angle of 90º degrees, saturation: 0.83, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F9FEF4 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB249254244-
CMYK0.0200.040.00
HSL90º83.33%97.65%-
HSV(B)90º3.94%99.61%-
XYZ90.8497.5699.63-
YUV251.36123.84126.31-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 33.33%
GREEN value IS 254 (99.61% from 255) = 34.00%
BLUE value IS 244 (95.70% from 255) = 32.66%
R=33.33%
G=34.00%
B=32.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2492542440.0200.040.009083.3397.65
HexF9FEF420405a5362
Octal3713763642040132123142
Binary1111100111111110111101001001000101101010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FEF4; }

 p { color: rgb(249,254,244); }

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

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

 a { background-color: rgb(249,254,244); }

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

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

 span { border-color: rgb(249,254,244); }

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