#FAFBF9

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

Shades of Saltpan #FAFBF9

Tints of Saltpan #FAFBF9

Color information

#FAFBF9 (or 0xFAFBF9) is unknown color: approx Saltpan. HEX triplet: FA, FB and F9. RGB value is (250,251,249). Sum of RGB (Red+Green+Blue) = 250+251+249=750 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.33% from 750); Green value is 251 (98.44% from 255 or 33.47% from 750); Blue value is 249 (97.66% from 255 or 33.2% from 750); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFBF9 is #050406. Grayscale: #FAFAFA. Windows color (decimal): -328711 or 16382970. OLE color: 16382970.

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

Color convert

RGB250251249-
CMYK0.0000.010.02
HSL90º20%98.04%-
HSV(B)90º0.8%98.43%-
XYZ91.0296.16103.39-
YUV250.47127.17127.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.33%
GREEN value IS 251 (98.44% from 255) = 33.47%
BLUE value IS 249 (97.66% from 255) = 33.2%
R=33.33%
G=33.47%
B=33.2%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502512490.0000.010.02902098.04
HexFAFBF900125a1462
Octal372373371001213224142
Binary111110101111101111111001001101011010101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFBF9; }

 p { color: rgb(250,251,249); }

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

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

 a { background-color: rgb(250,251,249); }

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

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

 span { border-color: rgb(250,251,249); }

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