#F6FBF0

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

Shades of Saltpan #F6FBF0

Tints of Saltpan #F6FBF0

Color information

#F6FBF0 (or 0xF6FBF0) is unknown color: approx Saltpan. HEX triplet: F6, FB and F0. RGB value is (246,251,240). Sum of RGB (Red+Green+Blue) = 246+251+240=737 (97% of max value = 765). Red value is 246 (96.48% from 255 or 33.38% from 737); Green value is 251 (98.44% from 255 or 34.06% from 737); Blue value is 240 (94.14% from 255 or 32.56% from 737); Max value from RGB is 251 - color contains mainly: green. Hex color #F6FBF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FBF0 is #09040F. Grayscale: #F8F8F8. Windows color (decimal): -590864 or 15793142. OLE color: 15793142.

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

Color convert

RGB246251240-
CMYK0.0200.040.02
HSL87.27º57.89%96.27%-
HSV(B)87.27º4.38%98.43%-
XYZ88.2394.8896.1-
YUV248.25123.34126.39-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.38%
GREEN value IS 251 (98.44% from 255) = 34.06%
BLUE value IS 240 (94.14% from 255) = 32.56%
R=33.38%
G=34.06%
B=32.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462512400.0200.040.0287.2757.8996.27
HexF6FBF02042573a60
Octal366373360204212772140
Binary1111011011111011111100001001001010101111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FBF0; }

 p { color: rgb(246,251,240); }

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

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

 a { background-color: rgb(246,251,240); }

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

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

 span { border-color: rgb(246,251,240); }

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